Searched refs:XComponentPaintMethod (Results 1 – 3 of 3) sorted by relevance
24 class ACE_EXPORT XComponentPaintMethod : public NodePaintMethod {25 DECLARE_ACE_TYPE(XComponentPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument27 …XComponentPaintMethod(const RefPtr<NG::RenderSurface>& surface, const RefPtr<XComponentPattern>& p… in DECLARE_ACE_TYPE()30 ~XComponentPaintMethod() override = default;
20 CanvasDrawFunction XComponentPaintMethod::GetContentDrawFunction(PaintWrapper* paintWrapper) in GetContentDrawFunction()
90 auto paint = MakeRefPtr<XComponentPaintMethod>(renderSurface_, AceType::Claim(this)); in CreateNodePaintMethod()