Searched refs:RichEditorPaintMethod (Results 1 – 6 of 6) sorted by relevance
25 class ACE_EXPORT RichEditorPaintMethod : public TextPaintMethod {26 DECLARE_ACE_TYPE(RichEditorPaintMethod, TextPaintMethod)28 …RichEditorPaintMethod(const WeakPtr<Pattern>& pattern, const ParagraphManager* pManager, float bas…31 ~RichEditorPaintMethod() override = default;39 ACE_DISALLOW_COPY_AND_MOVE(RichEditorPaintMethod);
25 RichEditorPaintMethod::RichEditorPaintMethod(const WeakPtr<Pattern>& pattern, const ParagraphManage… in RichEditorPaintMethod() function in OHOS::Ace::NG::RichEditorPaintMethod32 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()
8010 …return MakeRefPtr<RichEditorPaintMethod>(WeakClaim(this), ¶graphs_, baselineOffset_, contentMo… in OnBackPressed()
105 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…
1133 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…
6129 …auto paintMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintM…