Home
last modified time | relevance | path

Searched refs:GetTo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property_animation.h35 T GetTo() const in GetTo() function
78 return NearEqual(from_, other.GetFrom()) && NearEqual(to_, other.GetTo()) &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_animate.cpp57 animateComponent_->SetTo(declaration->GetTo()); in SetAnimateAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h167 const std::string& GetTo() const in GetTo() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h283 const std::string& GetTo() const in GetTo() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp537 if (!svgAnimate->GetTo().empty()) { in PrepareWeightAnimate()
539 valueVector.emplace_back(svgAnimate->GetTo()); in PrepareWeightAnimate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1797 EXPECT_EQ(svgAnimation->GetTo(), "360 60 70");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1510 auto toColor = colorAnimationConfig.GetTo(); in ConvertParticleColorOption()
1567 auto to = animationConfig.GetTo(); in ConvertParticleFloatOption()