Searched defs:SvgPolygonComponent (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/svg/ | ||
H A D | svg_polygon_component.h | 24 class SvgPolygonComponent : public ComponentGroup { class |
H A D | svg_polygon_component.cpp | 23 SvgPolygonComponent::SvgPolygonComponent() in SvgPolygonComponent() function in OHOS::Ace::SvgPolygonComponent 28 SvgPolygonComponent::SvgPolygonComponent(bool isClose) : isClose_(isClose) in SvgPolygonComponent() function in OHOS::Ace::SvgPolygonComponent 33 SvgPolygonComponent::SvgPolygonComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgPolygonComponent() function in OHOS::Ace::SvgPolygonComponent [all...] |
Completed in 1 milliseconds