Home
last modified time | relevance | path

Searched defs:basicShape (Results 1 – 21 of 21) 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.cpp307 RefPtr<BasicShape> basicShape = nullptr; in CreateShape() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
Dslider_modifier_test_ng.cpp244 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::CIRCLE); variable
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
622 auto basicShape = AceType::MakeRefPtr<ShapeRect>(); variable
661 auto basicShape = AceType::MakeRefPtr<Circle>(); variable
685 auto basicShape = AceType::MakeRefPtr<Ellipse>(); variable
[all …]
Dslider_Extend_test_ng.cpp197 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable
379 auto basicShape = AceType::MakeRefPtr<BasicShape>(BasicShapeType::INSET); variable
Dslider_pattern_test_ng.cpp360 auto basicShape = AceType::MakeRefPtr<Circle>(); variable
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
Dshape_abstract.h33 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape()
/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/box/
Drosen_render_box.cpp863 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)
1104const 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)
Drosen_mask_painter.cpp160 const auto& basicShape = maskPath_->GetBasicShape(); in GetPathPaint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp724 RSRecordingPath DrawingDecorationPainter::DrawingCreatePath(const RefPtr<BasicShape>& basicShape, c… in DrawingCreatePath()
769const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset()
800const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle()
819const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse()
841const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon()
858const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath()
877const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect()
1138 RSBrush DrawingDecorationPainter::CreateMaskDrawingBrush(const RefPtr<BasicShape>& basicShape) in CreateMaskDrawingBrush()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_decoration_painter.cpp749 SkPath SkiaDecorationPainter::SkiaCreateSkPath(const RefPtr<BasicShape>& basicShape, const SizeF& s… in SkiaCreateSkPath()
794const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateInset()
823const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateCircle()
841const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateEllipse()
863const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePolygon()
880const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreatePath()
900const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) in SkiaCreateRect()
1132 SkPaint SkiaDecorationPainter::CreateMaskSkPaint(const RefPtr<BasicShape>& basicShape) in CreateMaskSkPaint()
Drosen_render_context.cpp4507 auto basicShape = clip->GetClipShapeValue(); local
4538 auto basicShape = clip->GetClipMaskValue(); local
4699 void RosenRenderContext::OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape)
4729 void RosenRenderContext::OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape)
/foundation/arkui/ace_engine/test/unittest/core/render/
Drender_property_test_ng.cpp668 RefPtr<BasicShape> basicShape = AceType::MakeRefPtr<BasicShape>(); variable
/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_abstract_test_ng.cpp948 RefPtr<BasicShape> basicShape; variable
991 RefPtr<BasicShape> basicShape; variable
Dview_abstract_test_ng_new.cpp228 RefPtr<BasicShape> basicShape; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
Dsecurity_component_test_ng_extension.cpp131 RefPtr<BasicShape> basicShape; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h759 virtual void OnClipShapeUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipShapeUpdate()
761 virtual void OnClipMaskUpdate(const RefPtr<BasicShape>& basicShape) {} in OnClipMaskUpdate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_slider_modifier.cpp617 RefPtr<BasicShape> basicShape = SliderModelNG::GetBlockShape(frameNode); in GetSliderBlockShape() local
Dnode_common_modifier.cpp5121 auto basicShape = ViewAbstract::GetClipShape(frameNode); in GetClipShape() local
5262 auto basicShape = ViewAbstract::GetMask(frameNode); in GetMask() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract.cpp2239 void ViewAbstract::SetClipShape(const RefPtr<BasicShape>& basicShape) in SetClipShape()
2255 void ViewAbstract::SetClipShape(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetClipShape()
2297 void ViewAbstract::SetMask(const RefPtr<BasicShape>& basicShape) in SetMask()
2628 void ViewAbstract::SetMask(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape) in SetMask()
Dview_abstract_model_ng.h737 void SetClipShape(const RefPtr<BasicShape>& basicShape) override in SetClipShape()