| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | clip_path.h | 50 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()
|
| D | clip_path.cpp | 307 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| D | shape_abstract.h | 33 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_shape_abstract.h | 52 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
| D | js_shape_abstract.cpp | 386 auto&& updateFunc = [](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectWidth() 417 auto&& updateFunc = [](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectHeightUpdate() 471 auto&& updateFunc = [](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectOffsetUpdate() 480 auto&& updateFunc = [](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectOffsetUpdate() 517 auto&& updateFunc = [](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectFillUpdate() 588 … auto&& updateFunc = [position](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectPositionUpdate() 603 … auto&& updateFunc = [position](const RefPtr<ResourceObject>& resObj, BasicShape& basicShape) { in ObjectPositionUpdate()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
| D | slider_modifier_test_ng.cpp | 248 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 302 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 357 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 415 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 474 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 528 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable 584 auto basicShape = AceType::MakeRefPtr<Path>(); variable 640 auto basicShape = AceType::MakeRefPtr<ShapeRect>(); variable 681 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 705 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable [all …]
|
| D | slider_Extend_test_ng.cpp | 229 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable 411 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable
|
| D | slider_pattern_test_ng.cpp | 432 auto basicShape = AceType::MakeRefPtr<Circle>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| D | rosen_render_box.cpp | 866 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… 911 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) 959 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1009 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1045 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1086 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1107 …const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, RSPath* drawingPat… 1130 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1168 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath)
|
| D | rosen_mask_painter.cpp | 160 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | drawing_decoration_painter.cpp | 761 RSRecordingPath DrawingDecorationPainter::DrawingCreatePath(const RefPtr<BasicShape>& basicShape, c… in DrawingCreatePath() 806 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset() 837 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle() 856 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse() 878 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon() 895 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath() 914 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect() 1175 RSBrush DrawingDecorationPainter::CreateMaskDrawingBrush(const RefPtr<BasicShape>& basicShape) in CreateMaskDrawingBrush()
|
| D | skia_decoration_painter.cpp | 803 SkPath SkiaDecorationPainter::SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& s… in SkiaCreateSkPath() 848 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset() 877 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle() 895 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse() 917 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon() 934 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath() 954 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect() 1186 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
|
| D | rosen_render_context.cpp | 5213 auto basicShape = clip->GetClipShapeValue(); in PaintClipShape() local 5224 auto basicShape = clip->GetClipMaskValue(); in PaintClipMask() local 5398 void RosenRenderContext::OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) in OnClipShapeUpdate() 5428 void RosenRenderContext::OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) in OnClipMaskUpdate()
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | view_abstract_test_resetposition_ng.cpp | 732 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable 751 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable 828 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable
|
| D | view_abstract_test_ng.cpp | 980 RefPtr<BasicShape> basicShape; variable 1033 RefPtr<BasicShape> basicShape; variable 2722 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 2873 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 2958 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 3717 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 4032 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable 4067 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable
|
| D | view_abstract_test_ng_new.cpp | 233 RefPtr<BasicShape> basicShape; variable
|
| /foundation/arkui/ace_engine/test/unittest/core/render/ |
| D | render_property_test_ng.cpp | 722 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 902 virtual void OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipShapeUpdate() 904 virtual void OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipMaskUpdate()
|
| /foundation/arkui/ace_engine/test/unittest/core/rosen/ |
| D | rosen_render_context_test_new.cpp | 557 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
| D | security_component_test_ng_extension.cpp | 142 RefPtr<BasicShape> basicShape; variable
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_slider_modifier.cpp | 842 RefPtr<BasicShape> basicShape = SliderModelNG::GetBlockShape(frameNode); in GetSliderBlockShape() local
|
| D | node_common_modifier.cpp | 7020 auto basicShape = ViewAbstract::GetClipShape(frameNode); in GetClipShape() local 7161 auto basicShape = ViewAbstract::GetMask(frameNode); in GetMask() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_abstract_model_ng.h | 972 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()
|
| D | view_abstract.cpp | 4945 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape() 4984 void ViewAbstract::SetClipShape(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetClipShape() 5049 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask() 5580 void ViewAbstract::SetMask(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetMask()
|