Home
last modified time | relevance | path

Searched defs:shapePaintProperty (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dshape_painter_test_ng.cpp65 NG::ShapePaintProperty shapePaintProperty; variable
102 NG::ShapePaintProperty shapePaintProperty; variable
148 NG::ShapePaintProperty shapePaintProperty; variable
181 NG::ShapePaintProperty shapePaintProperty; variable
214 NG::ShapePaintProperty shapePaintProperty; variable
252 NG::ShapePaintProperty shapePaintProperty; variable
H A Dellipse_painter_test_ng.cpp68 NG::ShapePaintProperty shapePaintProperty; variable
H A Dcircle_painter_test_ng.cpp46 NG::ShapePaintProperty shapePaintProperty; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dcircle_paint_method.h34 const RefPtr<ShapePaintProperty>& shapePaintProperty, in CirclePaintMethod()
43 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetContentDrawFunction() local
79 auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintProperty->Clone()); in GetOverlayModifier() local
H A Dpath_paint_method.h35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PathPaintMethod()
44 …auto shapePaintProperty = DynamicCast<PathPaintProperty>(paintWrapper->GetPaintProperty()->Clone()… in GetContentDrawFunction() local
H A Dpolygon_paint_method.h36 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PolygonPaintMethod()
45 …auto shapePaintProperty = DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintProperty()->Clon… in GetContentDrawFunction() local
H A Dellipse_paint_method.h35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in EllipsePaintMethod()
44 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetContentDrawFunction() local
H A Dshape_paint_method.h31 const RefPtr<ShapePaintProperty>& shapePaintProperty, in ShapePaintMethod()
41 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetOverlayModifier() local
H A Dpath_layout_algorithm.h29 explicit PathLayoutAlgorithm(const RefPtr<ShapePaintProperty>& shapePaintProperty) in PathLayoutAlgorithm()
H A Dline_paint_method.h34 const RefPtr<ShapePaintProperty>& shapePaintProperty, in LinePaintMethod()
H A Drect_paint_method.h32 const RefPtr<ShapePaintProperty>& shapePaintProperty, in RectPaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp28 …awPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath()
69 bool SkPainter::SetPen(SkPaint& skPaint, const ShapePaintProperty& shapePaintProperty) in SetPen()
143 bool SkPainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen()
218 void SkPainter::SetBrush(SkPaint& skPaint, const ShapePaintProperty& shapePaintProperty) in SetBrush()
237 void SkPainter::SetBrush(RSBrush& brush, const ShapePaintProperty& shapePaintProperty) in SetBrush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp20 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath()
41 bool DrawingPainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen()
114 void DrawingPainter::SetBrush(RSBrush& brush, const ShapePaintProperty& shapePaintProperty) in SetBrush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp19 bool ShapePainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen()
93 void ShapePainter::SetBrush(RSBrush& brush, const ShapePaintProperty& shapePaintProperty) in SetBrush()
H A Dellipse_painter.cpp21 …ter::DrawEllipse(RSCanvas& canvas, const RectF& rect, const ShapePaintProperty& shapePaintProperty) in DrawEllipse()
H A Dcircle_painter.cpp22 …SCanvas& canvas, float radius, const OffsetF& offset, const ShapePaintProperty& shapePaintProperty) in DrawCircle()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_path_painter.cpp24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty) {} in DrawPath()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dcircle_pattern_test_ng.cpp74 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
H A Dellipse_pattern_test_ng.cpp68 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
H A Dpolygon_pattern_test_ng.cpp67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
H A Dpolyline_pattern_test_ng.cpp67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
H A Drect_pattern_test_ng.cpp84 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
H A Dline_pattern_test_ng.cpp75 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
H A Dshape_pattern_test_ng.cpp235 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… variable