Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_method.h26 class ACE_EXPORT ShapePaintMethod : public NodePaintMethod {
27 DECLARE_ACE_TYPE(ShapePaintMethod, NodePaintMethod)
29 ShapePaintMethod() = default;
30 ShapePaintMethod( in ShapePaintMethod() function
35 ~ShapePaintMethod() override = default;
67 ACE_DISALLOW_COPY_AND_MOVE(ShapePaintMethod);
H A Dline_paint_method.h29 class ACE_EXPORT LinePaintMethod : public ShapePaintMethod {
30 DECLARE_ACE_TYPE(LinePaintMethod, ShapePaintMethod)
36 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier) in LinePaintMethod()
H A Dpath_paint_method.h30 class ACE_EXPORT PathPaintMethod : public ShapePaintMethod {
31 DECLARE_ACE_TYPE(PathPaintMethod, ShapePaintMethod)
37 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier) in PathPaintMethod()
H A Dpolygon_paint_method.h30 class ACE_EXPORT PolygonPaintMethod : public ShapePaintMethod {
31 DECLARE_ACE_TYPE(PolygonPaintMethod, ShapePaintMethod)
38 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier), isClose_(isClose) in PolygonPaintMethod()
H A Drect_paint_method.h27 class ACE_EXPORT RectPaintMethod : public ShapePaintMethod {
28 DECLARE_ACE_TYPE(RectPaintMethod, ShapePaintMethod)
34 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier) in RectPaintMethod()
H A Dellipse_paint_method.h30 class ACE_EXPORT EllipsePaintMethod : public ShapePaintMethod {
31 DECLARE_ACE_TYPE(EllipsePaintMethod, ShapePaintMethod)
37 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier) in EllipsePaintMethod()
H A Dcircle_paint_method.h29 class ACE_EXPORT CirclePaintMethod : public ShapePaintMethod {
30 DECLARE_ACE_TYPE(CirclePaintMethod, ShapePaintMethod)
36 : ShapePaintMethod(shapePaintProperty, shapeOverlayModifier) in CirclePaintMethod()