Home
last modified time | relevance | path

Searched refs:RichEditorPaintMethod (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_paint_method.h25 class ACE_EXPORT RichEditorPaintMethod : public TextPaintMethod {
26 DECLARE_ACE_TYPE(RichEditorPaintMethod, TextPaintMethod)
28RichEditorPaintMethod(const WeakPtr<Pattern>& pattern, const ParagraphManager* pManager, float bas…
31 ~RichEditorPaintMethod() override = default;
39 ACE_DISALLOW_COPY_AND_MOVE(RichEditorPaintMethod);
H A Drich_editor_paint_method.cpp25 RichEditorPaintMethod::RichEditorPaintMethod(const WeakPtr<Pattern>& pattern, const ParagraphManage… in RichEditorPaintMethod() function in OHOS::Ace::NG::RichEditorPaintMethod
32 void RichEditorPaintMethod::UpdateOverlayModifier(PaintWrapper* paintWrapper) in UpdateOverlayModifier()
73 void RichEditorPaintMethod::SetPreviewTextDecoration(PaintWrapper* paintWrapper) in SetPreviewTextDecoration()
85 void RichEditorPaintMethod::SetCaretOffsetAndHeight(PaintWrapper* paintWrapper) in SetCaretOffsetAndHeight()
105 void RichEditorPaintMethod::UpdateContentModifier(PaintWrapper* paintWrapper) in UpdateContentModifier()
H A Drich_editor_pattern.cpp8010 …return MakeRefPtr<RichEditorPaintMethod>(WeakClaim(this), &paragraphs_, baselineOffset_, contentMo… in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_preview_text_test_ng.cpp105 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…
H A Drich_editor_overlay_test_ng.cpp1133 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…
H A Drich_editor_test_ng.cpp6129 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…