Searched refs:SvgAnimateComponent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_animation.cpp | 56 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 60 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 68 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 72 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 80 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 85 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 99 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 105 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 114 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() 123 [](const std::string& val, const RefPtr<SvgAnimateComponent>& animateComponent) { in SetAttr() [all …]
|
H A D | svg_animation.h | 41 RefPtr<SvgAnimateComponent> component_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_animate_component.h | 26 class SvgAnimateComponent : public ComposedComponent, public SvgAnimate { 27 DECLARE_ACE_TYPE(SvgAnimateComponent, ComposedComponent, SvgAnimate); 30 SvgAnimateComponent(const ComposeId& id, const std::string& name, SvgAnimateType svgAnimateType) in SvgAnimateComponent() function 36 … SvgAnimateComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) {} in SvgAnimateComponent() function 37 ~SvgAnimateComponent() override = default;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_animate_transform.cpp | 23 animateComponent_ = AceType::MakeRefPtr<SvgAnimateComponent>(std::to_string(GetNodeId()), in PrepareSpecializedComponent()
|
H A D | dom_svg_animate_motion.cpp | 24 …AceType::MakeRefPtr<SvgAnimateComponent>(std::to_string(GetNodeId()), GetTag(), SvgAnimateType::MO… in PrepareSpecializedComponent()
|
H A D | dom_svg_animate.h | 42 RefPtr<SvgAnimateComponent> animateComponent_;
|
H A D | dom_svg_g.cpp | 43 if (AceType::InstanceOf<SvgAnimateComponent>(child->GetSpecializedComponent())) { in OnChildNodeAdded()
|
H A D | dom_svg.cpp | 43 if (AceType::InstanceOf<SvgAnimateComponent>(child->GetSpecializedComponent())) { in OnChildNodeAdded()
|
H A D | dom_svg_animate.cpp | 35 …animateComponent_ = AceType::MakeRefPtr<SvgAnimateComponent>(std::to_string(GetNodeId()), GetTag()… in PrepareSpecializedComponent()
|