Home
last modified time | relevance | path

Searched defs:SvgPolygonComponent (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_polygon_component.h24 class SvgPolygonComponent : public ComponentGroup { class
H A Dsvg_polygon_component.cpp23 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