Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dclip_path.h50 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()
Dclip_path.cpp309 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_shape_abstract.h52 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/slider/
Dslider_pattern_test_ng.cpp1026 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/
Dflutter_render_box.cpp724 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()
Drosen_render_box.cpp883 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)
1124const 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)
Dflutter_mask_painter.cpp174 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
Drosen_mask_painter.cpp161 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()
779const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset()
808const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle()
826const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse()
848const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon()
865const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath()
885const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect()
1117 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
Drosen_render_context.cpp2796 auto basicShape = clip->GetClipShapeValue(); local
2832 auto basicShape = clip->GetClipMaskValue(); local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp725 RSRecordingPath DrawingDecorationPainter::DrawingCreatePath(const RefPtr<BasicShape>& basicShape, c… in DrawingCreatePath()
770const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset()
801const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle()
820const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse()
842const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon()
859const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath()
878const 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/
Dview_abstract_test_ng.cpp745 RefPtr<BasicShape> basicShape; variable
782 RefPtr<BasicShape> basicShape; variable
1469 RefPtr<BasicShape> basicShape; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h508 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/
Dview_abstract.cpp1380 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape()
1398 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask()
Dview_abstract_model_ng.h582 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/security_component/
Dsecurity_component_model_test_ng.cpp1787 RefPtr<BasicShape> basicShape; variable