Home
last modified time | relevance | path

Searched defs:basicShape (Results 1 – 7 of 7) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_shape_abstract.h49 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
/foundation/ace/ace_engine/frameworks/core/components/common/properties/
Dclip_path.h476 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()
Dclip_path.cpp309 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
/foundation/ace/ace_engine/frameworks/core/components/box/
Dflutter_render_box.cpp709 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()
Drosen_render_box.cpp521 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()
Dflutter_mask_painter.cpp174 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
Drosen_mask_painter.cpp155 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local