Searched refs:RichEditorDragPaintMethod (Results 1 – 5 of 5) sorted by relevance
26 class ACE_EXPORT RichEditorDragPaintMethod : public TextDragPaintMethod {27 DECLARE_ACE_TYPE(RichEditorDragPaintMethod, TextDragPaintMethod)29 RichEditorDragPaintMethod(const WeakPtr<Pattern>& pattern,33 ~RichEditorDragPaintMethod() override = default;41 ACE_DISALLOW_COPY_AND_MOVE(RichEditorDragPaintMethod);
23 RichEditorDragPaintMethod::RichEditorDragPaintMethod(const WeakPtr<Pattern>& pattern, in RichEditorDragPaintMethod() function in OHOS::Ace::NG::RichEditorDragPaintMethod29 RefPtr<Modifier> RichEditorDragPaintMethod::GetContentModifier(PaintWrapper* paintWrapper) in GetContentModifier()34 void RichEditorDragPaintMethod::UpdateContentModifier(PaintWrapper* paintWrapper) in UpdateContentModifier()
60 …return MakeRefPtr<RichEditorDragPaintMethod>(WeakClaim(this), overlayModifier_, contentModifier_, … in CreateNodePaintMethod()
42 RefPtr<RichEditorDragPaintMethod> richGragPaintMethod_;
76 …AceType::MakeRefPtr<RichEditorDragPaintMethod>(pattern_, textGragOverlayModifier, richContentModif… in InitDate()