Searched defs:basicShape (Results 1 – 12 of 12) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_shape_abstract.h | 50 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | clip_path.h | 527 explicit ClipPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in ClipPath() 528 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() 547 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() 581 explicit MaskPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in MaskPath() 582 MaskPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in MaskPath() 597 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/core/components/box/ |
| D | flutter_render_box.cpp | 733 bool FlutterRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, in CreateSkPath() 779 bool FlutterRenderBox::CreateInset(const RefPtr<BasicShape>& basicShape, in CreateInset() 815 bool FlutterRenderBox::CreateCircle(const RefPtr<BasicShape>& basicShape, in CreateCircle() 840 bool FlutterRenderBox::CreateEllipse(const RefPtr<BasicShape>& basicShape, in CreateEllipse() 868 bool FlutterRenderBox::CreatePolygon(const RefPtr<BasicShape>& basicShape, in CreatePolygon() 892 bool FlutterRenderBox::CreatePath(const RefPtr<BasicShape>& basicShape, in CreatePath() 918 bool FlutterRenderBox::CreateRect(const RefPtr<BasicShape>& basicShape, in CreateRect()
|
| D | rosen_render_box.cpp | 588 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… in CreateSkPath() 633 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateInset() 663 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateCircle() 686 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreateEllipse() 712 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreatePolygon() 733 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) in CreatePath() 757 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
|
| /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() 776 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset() 805 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle() 823 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse() 845 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon() 862 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath() 882 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect() 1122 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
|
| D | rosen_render_context.cpp | 1581 auto basicShape = clip->GetClipShapeValue(); in PaintClip() local 1590 auto basicShape = clip->GetClipMaskValue(); in PaintClip() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 356 virtual void OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipShapeUpdate() 358 virtual void OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipMaskUpdate()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_abstract.cpp | 998 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape() 1016 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask()
|
| D | view_abstract_model_ng.h | 420 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()
|