Searched refs:TextDragPaintMethod (Results 1 – 5 of 5) sorted by relevance
26 class ACE_EXPORT TextDragPaintMethod : public NodePaintMethod {27 DECLARE_ACE_TYPE(TextDragPaintMethod, NodePaintMethod)29 TextDragPaintMethod(const WeakPtr<Pattern>& pattern,32 ~TextDragPaintMethod() override = default;41 ACE_DISALLOW_COPY_AND_MOVE(TextDragPaintMethod);
20 TextDragPaintMethod::TextDragPaintMethod(const WeakPtr<Pattern>& pattern, in TextDragPaintMethod() function in OHOS::Ace::NG::TextDragPaintMethod24 RefPtr<Modifier> TextDragPaintMethod::GetOverlayModifier(PaintWrapper* paintWrapper) in GetOverlayModifier()
106 return MakeRefPtr<TextDragPaintMethod>(WeakClaim(this), overlayModifier_); in CreateNodePaintMethod()
26 class ACE_EXPORT RichEditorDragPaintMethod : public TextDragPaintMethod {27 DECLARE_ACE_TYPE(RichEditorDragPaintMethod, TextDragPaintMethod)
26 : TextDragPaintMethod(pattern, overlayMod), contentModifier_(contentMod), info_(info) in RichEditorDragPaintMethod()