Home
last modified time | relevance | path

Searched refs:PreparePresentationAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp392 void RenderSvgBase::PreparePresentationAnimation(const RefPtr<SvgAnimate>& svgAnimate, const T& ori… in PreparePresentationAnimation() function in OHOS::Ace::RenderSvgBase
444 PreparePresentationAnimation(svgAnimate, originalValue); in PrepareBaseAnimation()
447 PreparePresentationAnimation(svgAnimate, originalValue); in PrepareBaseAnimation()
450 PreparePresentationAnimation(svgAnimate, originalValue); in PrepareBaseAnimation()
939 template void RenderSvgBase::PreparePresentationAnimation(const RefPtr<SvgAnimate>& svgAnimate, con…
940 template void RenderSvgBase::PreparePresentationAnimation(const RefPtr<SvgAnimate>& svgAnimate, con…
941 template void RenderSvgBase::PreparePresentationAnimation(const RefPtr<SvgAnimate>& svgAnimate, con…
H A Drender_svg_base.h182 void PreparePresentationAnimation(const RefPtr<SvgAnimate>& svgAnimate, const T& originalValue);