/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A 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()
|
H A D | clip_path.cpp | 307 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_modifier_test_ng.cpp | 296 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 349 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 405 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 462 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 514 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable 568 auto basicShape = AceType::MakeRefPtr<Path>(); variable 661 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 685 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable 1274 auto basicShape = AceType::MakeRefPtr<Circle>(); variable 1329 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable [all …]
|
H A D | slider_Extend_test_ng.cpp | 197 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable 379 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable
|
H A D | slider_pattern_test_ng.cpp | 360 auto basicShape = AceType::MakeRefPtr<Circle>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | shape_abstract.h | 33 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape_abstract.h | 52 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 863 bool RosenRenderBox::CreateSkPath(const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBox… 908 const RefPtr<BasicShape>& basicShape, GeometryBoxType geometryBoxType, RSPath* drawingPath) 956 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1006 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1042 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1083 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1104 …const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, RSPath* drawingPat… 1127 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) 1165 const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath)
|
H A D | rosen_mask_painter.cpp | 160 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 724 RSRecordingPath DrawingDecorationPainter::DrawingCreatePath(const RefPtr<BasicShape>& basicShape, c… in DrawingCreatePath() 769 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset() 800 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle() 819 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse() 841 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon() 858 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath() 877 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect() 1138 RSBrush DrawingDecorationPainter::CreateMaskDrawingBrush(const RefPtr<BasicShape>& basicShape) in CreateMaskDrawingBrush()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 749 SkPath SkiaDecorationPainter::SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& s… in SkiaCreateSkPath() 794 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset() 823 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle() 841 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse() 863 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon() 880 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath() 900 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect() 1132 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
|
H A D | rosen_render_context.cpp | 4602 auto basicShape = clip->GetClipShapeValue(); local 4633 auto basicShape = clip->GetClipMaskValue(); local 4818 void RosenRenderContext::OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) 4848 void RosenRenderContext::OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | render_property_test_ng.cpp | 668 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 948 RefPtr<BasicShape> basicShape; variable 991 RefPtr<BasicShape> basicShape; variable
|
H A D | view_abstract_test_ng_new.cpp | 228 RefPtr<BasicShape> basicShape; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 131 RefPtr<BasicShape> basicShape; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 780 virtual void OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipShapeUpdate() 782 virtual void OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipMaskUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_slider_modifier.cpp | 617 RefPtr<BasicShape> basicShape = SliderModelNG::GetBlockShape(frameNode); in GetSliderBlockShape() local
|
H A D | node_common_modifier.cpp | 5141 auto basicShape = ViewAbstract::GetClipShape(frameNode); in GetClipShape() local 5282 auto basicShape = ViewAbstract::GetMask(frameNode); in GetMask() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 2334 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape() 2350 void ViewAbstract::SetClipShape(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetClipShape() 2392 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask() 2723 void ViewAbstract::SetMask(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetMask()
|
H A D | view_abstract_model_ng.h | 769 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()
|