Home
last modified time | relevance | path

Searched refs:GetAncestorPaintProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_pattern.h44 return MakeRefPtr<PathPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
54 return MakeRefPtr<PathLayoutAlgorithm>(GetAncestorPaintProperty()); in CreateLayoutAlgorithm()
H A Dcircle_pattern.h40 return MakeRefPtr<CirclePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
H A Dellipse_pattern.h40 return MakeRefPtr<EllipsePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
H A Dpolygon_pattern.h41 …return MakeRefPtr<PolygonPaintMethod>(isPolygon_, GetAncestorPaintProperty(), shapeOverlayModifier… in CreateNodePaintMethod()
H A Drect_pattern.h39 return MakeRefPtr<RectPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
H A Dline_pattern.h47 return MakeRefPtr<LinePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
H A Dshape_pattern.h70 RefPtr<ShapePaintProperty> GetAncestorPaintProperty() in GetAncestorPaintProperty() function