Home
last modified time | relevance | path

Searched refs:SvgStopComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_stop_component.h24 class SvgStopComponent : public ComposedComponent {
25 DECLARE_ACE_TYPE(SvgStopComponent, ComposedComponent);
28 SvgStopComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in SvgStopComponent() function
35 ~SvgStopComponent() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_stop.cpp22 component_ = AceType::MakeRefPtr<SvgStopComponent>("svg_stop_nodeId", "stop"); in SvgStop()
H A Dsvg_stop.h40 RefPtr<SvgStopComponent> component_;