| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | clip_path.h | 50 explicit ClipPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in ClipPath() 51 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() 70 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() 104 explicit MaskPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in MaskPath() 105 MaskPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in MaskPath() 120 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| D | clip_path.cpp | 309 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_shape_abstract.h | 52 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/slider/ |
| D | slider_pattern_test_ng.cpp | 1026 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable 1153 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 1207 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 1261 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 1319 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 1378 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 1432 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable 1488 auto basicShape = AceType::MakeRefPtr<Path>(); variable 1544 auto basicShape = AceType::MakeRefPtr<ShapeRect>(); variable 1584 auto basicShape = AceType::MakeRefPtr<Circle>(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| D | flutter_render_box.cpp | 724 bool FlutterRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, in CreateSkPath() 770 bool FlutterRenderBox::CreateInset(const RefPtr<BasicShape>& basicShape, in CreateInset() 806 bool FlutterRenderBox::CreateCircle(const RefPtr<BasicShape>& basicShape, in CreateCircle() 831 bool FlutterRenderBox::CreateEllipse(const RefPtr<BasicShape>& basicShape, in CreateEllipse() 859 bool FlutterRenderBox::CreatePolygon(const RefPtr<BasicShape>& basicShape, in CreatePolygon() 883 bool FlutterRenderBox::CreatePath(const RefPtr<BasicShape>& basicShape, in CreatePath() 909 bool FlutterRenderBox::CreateRect(const RefPtr<BasicShape>& basicShape, in CreateRect()
|
| D | rosen_render_box.cpp | 883 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… 928 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) 976 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1026 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1062 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1103 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1124 …const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, RSPath* drawingPat… 1147 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1185 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath)
|
| D | flutter_mask_painter.cpp | 174 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|
| D | rosen_mask_painter.cpp | 161 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | skia_decoration_painter.cpp | 734 SkPath SkiaDecorationPainter::SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& s… in SkiaCreateSkPath() 779 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset() 808 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle() 826 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse() 848 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon() 865 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath() 885 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect() 1117 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
|
| D | rosen_render_context.cpp | 2796 auto basicShape = clip->GetClipShapeValue(); local 2832 auto basicShape = clip->GetClipMaskValue(); local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_decoration_painter.cpp | 725 RSRecordingPath DrawingDecorationPainter::DrawingCreatePath(const RefPtr<BasicShape>& basicShape, c… in DrawingCreatePath() 770 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset() 801 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle() 820 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse() 842 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon() 859 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath() 878 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect() 1139 RSBrush DrawingDecorationPainter::CreateMaskDrawingBrush(const RefPtr<BasicShape>& basicShape) in CreateMaskDrawingBrush()
|
| /foundation/arkui/ace_engine/test/unittest/core/base/view_abstract/ |
| D | view_abstract_test_ng.cpp | 745 RefPtr<BasicShape> basicShape; variable 782 RefPtr<BasicShape> basicShape; variable 1469 RefPtr<BasicShape> basicShape; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 508 virtual void OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipShapeUpdate() 510 virtual void OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipMaskUpdate()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_abstract.cpp | 1380 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape() 1398 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask()
|
| D | view_abstract_model_ng.h | 582 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/security_component/ |
| D | security_component_model_test_ng.cpp | 1787 RefPtr<BasicShape> basicShape; variable
|