Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_shape_abstract.h50 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dclip_path.h527 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()
Dclip_path.cpp309 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dflutter_render_box.cpp733 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()
Drosen_render_box.cpp588 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()
Dflutter_mask_painter.cpp174 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
Drosen_mask_painter.cpp155 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_decoration_painter.cpp734 SkPath SkiaDecorationPainter::SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& s… in SkiaCreateSkPath()
776const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset()
805const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle()
823const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse()
845const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon()
862const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath()
882const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect()
1122 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
Drosen_render_context.cpp1581 auto basicShape = clip->GetClipShapeValue(); in PaintClip() local
1590 auto basicShape = clip->GetClipMaskValue(); in PaintClip() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h356 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/
Dview_abstract.cpp998 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape()
1016 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask()
Dview_abstract_model_ng.h420 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()