Searched refs:shapeOverlayModifier_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_paint_method.h | 33 : propertiesFromAncestor_(shapePaintProperty), shapeOverlayModifier_(shapeOverlayModifier) in ShapePaintMethod() 40 CHECK_NULL_RETURN(shapeOverlayModifier_, nullptr); in GetOverlayModifier() 60 shapeOverlayModifier_->SetBoundsRect(rect); in GetOverlayModifier() 61 return shapeOverlayModifier_; in GetOverlayModifier() 66 RefPtr<ShapeOverlayModifier> shapeOverlayModifier_; variable
|
H A D | circle_pattern.h | 37 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 38 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 40 return MakeRefPtr<CirclePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | ellipse_pattern.h | 37 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 38 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 40 return MakeRefPtr<EllipsePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | polygon_pattern.h | 38 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 39 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 41 …turn MakeRefPtr<PolygonPaintMethod>(isPolygon_, GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | rect_pattern.h | 36 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 37 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 39 return MakeRefPtr<RectPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | line_pattern.h | 44 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 45 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 47 return MakeRefPtr<LinePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | path_pattern.h | 41 if (!shapeOverlayModifier_) { in CreateNodePaintMethod() 42 shapeOverlayModifier_ = MakeRefPtr<ShapeOverlayModifier>(); in CreateNodePaintMethod() 44 return MakeRefPtr<PathPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
|
H A D | circle_paint_method.h | 76 CHECK_NULL_RETURN(shapeOverlayModifier_, nullptr); in GetOverlayModifier() 92 shapeOverlayModifier_->SetBoundsRect(boundsRect); in GetOverlayModifier() 93 return shapeOverlayModifier_; in GetOverlayModifier()
|
H A D | shape_pattern.h | 124 RefPtr<ShapeOverlayModifier> shapeOverlayModifier_; variable
|