Searched defs:basicShape (Results 1 – 7 of 7) sorted by relevance
| /foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_shape_abstract.h | 49 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| /foundation/ace/ace_engine/frameworks/core/components/common/properties/ |
| D | clip_path.h | 476 explicit ClipPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in ClipPath() 477 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() 496 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() 530 explicit MaskPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in MaskPath() 531 MaskPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in MaskPath() 546 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| D | clip_path.cpp | 309 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
|
| /foundation/ace/ace_engine/frameworks/core/components/box/ |
| D | flutter_render_box.cpp | 709 bool FlutterRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, in CreateSkPath() 755 bool FlutterRenderBox::CreateInset(const RefPtr<BasicShape>& basicShape, in CreateInset() 791 bool FlutterRenderBox::CreateCircle(const RefPtr<BasicShape>& basicShape, in CreateCircle() 816 bool FlutterRenderBox::CreateEllipse(const RefPtr<BasicShape>& basicShape, in CreateEllipse() 844 bool FlutterRenderBox::CreatePolygon(const RefPtr<BasicShape>& basicShape, in CreatePolygon() 868 bool FlutterRenderBox::CreatePath(const RefPtr<BasicShape>& basicShape, in CreatePath() 894 bool FlutterRenderBox::CreateRect(const RefPtr<BasicShape>& basicShape, in CreateRect()
|
| D | rosen_render_box.cpp | 521 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… in CreateSkPath() 566 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateInset() 596 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateCircle() 619 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateEllipse() 645 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreatePolygon() 666 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreatePath() 690 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateRect()
|
| D | flutter_mask_painter.cpp | 174 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|
| D | rosen_mask_painter.cpp | 155 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|