Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/render/
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
Dellipse_painter_test_ng.cpp68 NG::ShapePaintProperty shapePaintProperty; variable
Dcircle_painter_test_ng.cpp46 NG::ShapePaintProperty shapePaintProperty; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dpath_paint_method.h35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PathPaintMethod()
44 …auto shapePaintProperty = DynamicCast<PathPaintProperty>(paintWrapper->GetPaintProperty()->Clone()… in GetContentDrawFunction() local
Dpolygon_paint_method.h36 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PolygonPaintMethod()
45 …auto shapePaintProperty = DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintProperty()->Clon… in GetContentDrawFunction() local
Dcircle_paint_method.h34 const RefPtr<ShapePaintProperty>& shapePaintProperty, in CirclePaintMethod()
43 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetContentDrawFunction() local
Dellipse_paint_method.h35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in EllipsePaintMethod()
44 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetContentDrawFunction() local
Dshape_paint_method.h31 const RefPtr<ShapePaintProperty>& shapePaintProperty, in ShapePaintMethod()
41 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetOverlayModifier() local
Dpath_layout_algorithm.h29 explicit PathLayoutAlgorithm(const RefPtr<ShapePaintProperty>& shapePaintProperty) in PathLayoutAlgorithm()
Dline_paint_method.h34 const RefPtr<ShapePaintProperty>& shapePaintProperty, in LinePaintMethod()
Drect_paint_method.h32 const RefPtr<ShapePaintProperty>& shapePaintProperty, in RectPaintMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dshape_painter.cpp19 bool ShapePainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen()
93 void ShapePainter::SetBrush(RSBrush& brush, const ShapePaintProperty& shapePaintProperty) in SetBrush()
Dellipse_painter.cpp21 …ter::DrawEllipse(RSCanvas& canvas, const RectF& rect, const ShapePaintProperty& shapePaintProperty) in DrawEllipse()
Dcircle_painter.cpp22 …SCanvas& canvas, float radius, const OffsetF& offset, const ShapePaintProperty& shapePaintProperty) in DrawCircle()
/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_path_painter.cpp24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty) {} in DrawPath()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
Dcircle_pattern_test_ng.cpp74 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
Dellipse_pattern_test_ng.cpp68 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
Dpolyline_pattern_test_ng.cpp67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
Dpolygon_pattern_test_ng.cpp67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
Drect_pattern_test_ng.cpp84 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
Dline_pattern_test_ng.cpp75 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
Dshape_pattern_test_ng.cpp235 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… variable