/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | shape_painter_test_ng.cpp | 65 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 D | ellipse_painter_test_ng.cpp | 68 NG::ShapePaintProperty shapePaintProperty; variable
|
H A D | circle_painter_test_ng.cpp | 46 NG::ShapePaintProperty shapePaintProperty; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | circle_paint_method.h | 34 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 D | path_paint_method.h | 35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PathPaintMethod() 44 …auto shapePaintProperty = DynamicCast<PathPaintProperty>(paintWrapper->GetPaintProperty()->Clone()… in GetContentDrawFunction() local
|
H A D | polygon_paint_method.h | 36 const RefPtr<ShapePaintProperty>& shapePaintProperty, in PolygonPaintMethod() 45 …auto shapePaintProperty = DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintProperty()->Clon… in GetContentDrawFunction() local
|
H A D | ellipse_paint_method.h | 35 const RefPtr<ShapePaintProperty>& shapePaintProperty, in EllipsePaintMethod() 44 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetContentDrawFunction() local
|
H A D | shape_paint_method.h | 31 const RefPtr<ShapePaintProperty>& shapePaintProperty, in ShapePaintMethod() 41 …auto shapePaintProperty = DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty()->Clone(… in GetOverlayModifier() local
|
H A D | path_layout_algorithm.h | 29 explicit PathLayoutAlgorithm(const RefPtr<ShapePaintProperty>& shapePaintProperty) in PathLayoutAlgorithm()
|
H A D | line_paint_method.h | 34 const RefPtr<ShapePaintProperty>& shapePaintProperty, in LinePaintMethod()
|
H A D | rect_paint_method.h | 32 const RefPtr<ShapePaintProperty>& shapePaintProperty, in RectPaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.cpp | 28 …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 D | drawing_painter.cpp | 20 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 D | shape_painter.cpp | 19 bool ShapePainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen() 93 void ShapePainter::SetBrush(RSBrush& brush, const ShapePaintProperty& shapePaintProperty) in SetBrush()
|
H A D | ellipse_painter.cpp | 21 …ter::DrawEllipse(RSCanvas& canvas, const RectF& rect, const ShapePaintProperty& shapePaintProperty) in DrawEllipse()
|
H A D | circle_painter.cpp | 22 …SCanvas& canvas, float radius, const OffsetF& offset, const ShapePaintProperty& shapePaintProperty) in DrawCircle()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_path_painter.cpp | 24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty) {} in DrawPath()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | circle_pattern_test_ng.cpp | 74 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
|
H A D | ellipse_pattern_test_ng.cpp | 68 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
|
H A D | polygon_pattern_test_ng.cpp | 67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
|
H A D | polyline_pattern_test_ng.cpp | 67 …auto shapePaintProperty = AceType::DynamicCast<PolygonPaintProperty>(paintWrapper->GetPaintPropert… in Draw() local
|
H A D | rect_pattern_test_ng.cpp | 84 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
|
H A D | line_pattern_test_ng.cpp | 75 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… in Draw() local
|
H A D | shape_pattern_test_ng.cpp | 235 …auto shapePaintProperty = AceType::DynamicCast<ShapePaintProperty>(paintWrapper->GetPaintProperty(… variable
|