Home
last modified time | relevance | path

Searched refs:CreateMotionAnimate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp87 void CreateMotionAnimate() in CreateMotionAnimate() function in OHOS::Ace::SvgAnimationMock
100 svgAnimate_->CreateMotionAnimate(std::move(callback), animator_); in CreateMotionAnimate()
111 CreateMotionAnimate(); in OnPostFlush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h55 …bool CreateMotionAnimate(std::function<void(double)>&& callback, const RefPtr<Animator>& animator);
H A Dsvg_animate.cpp113 bool SvgAnimate::CreateMotionAnimate(std::function<void(double)>&& callback, const RefPtr<Animator>… in CreateMotionAnimate() function in OHOS::Ace::SvgAnimate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp511 if (!svgAnimate->CreateMotionAnimate(std::move(callback), animator)) { in PrepareAnimateMotion()
516 if (svgAnimate->CreateMotionAnimate(std::move(callback), animator)) { in PrepareAnimateMotion()