Home
last modified time | relevance | path

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 Dsvg_polygon.h30 static RefPtr<SvgNode> CreatePolygon();
H A Dsvg_polygon.cpp26 RefPtr<SvgNode> SvgPolygon::CreatePolygon() in CreatePolygon() function in OHOS::Ace::NG::SvgPolygon
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.h47 Size CreatePolygon(bool needClose);
H A Drosen_render_shape.cpp50 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 Dsvg_polygon.h30 static RefPtr<SvgNode> CreatePolygon();
H A Dsvg_polygon.cpp28 RefPtr<SvgNode> SvgPolygon::CreatePolygon() in CreatePolygon() function in OHOS::Ace::SvgPolygon
H A Dsvg_dom.cpp70 { "polygon", []() -> RefPtr<SvgNode> { return SvgPolygon::CreatePolygon(); } }, in __anon3de6db051402()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h184 …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 Drosen_render_box.cpp887 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 Dclip_path.h92 static RefPtr<Polygon> CreatePolygon(const std::string& value);
H A Dclip_path.cpp267 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 Dsvg_dom.cpp80 { "polygon", []() -> RefPtr<SvgNode> { return SvgPolygon::CreatePolygon(); } }, in __anonfe503baf1702()