Searched refs:CreatePolygon (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_polygon.h | 30 static RefPtr<SvgNode> CreatePolygon();
|
H A D | svg_polygon.cpp | 26 RefPtr<SvgNode> SvgPolygon::CreatePolygon() in CreatePolygon() function in OHOS::Ace::NG::SvgPolygon
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.h | 47 Size CreatePolygon(bool needClose);
|
H A D | rosen_render_shape.cpp | 50 return CreatePolygon(false); in CalcSize() 52 return CreatePolygon(true); in CalcSize() 164 Size RosenRenderShape::CreatePolygon(bool needClose) in CreatePolygon() function in OHOS::Ace::RosenRenderShape
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_polygon.h | 30 static RefPtr<SvgNode> CreatePolygon();
|
H A D | svg_polygon.cpp | 28 RefPtr<SvgNode> SvgPolygon::CreatePolygon() in CreatePolygon() function in OHOS::Ace::SvgPolygon
|
H A D | svg_dom.cpp | 70 { "polygon", []() -> RefPtr<SvgNode> { return SvgPolygon::CreatePolygon(); } }, in __anon3de6db051402()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 184 …bool CreatePolygon(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position,… 196 … bool CreatePolygon(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position,
|
H A D | rosen_render_box.cpp | 887 ret = CreatePolygon(basicShape, size, position, skPath); 933 ret = CreatePolygon(basicShape, size, position, drawingPath); 1082 bool RosenRenderBox::CreatePolygon( function in OHOS::Ace::RosenRenderBox 1103 bool RosenRenderBox::CreatePolygon( function in OHOS::Ace::RosenRenderBox
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 92 static RefPtr<Polygon> CreatePolygon(const std::string& value);
|
H A D | clip_path.cpp | 267 RefPtr<Polygon> ClipPath::CreatePolygon(const std::string& data) in CreatePolygon() function in OHOS::Ace::ClipPath 326 basicShape = CreatePolygon(data); in CreateShape()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.cpp | 80 { "polygon", []() -> RefPtr<SvgNode> { return SvgPolygon::CreatePolygon(); } }, in __anonfe503baf1702()
|