Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h106 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()
112 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() function
210 auto animationValue = GetAnimationValue(fraction, isAdditive); in UpdateAnimationValue()
216 T GetAnimationValue(const float fraction, const bool isAdditive) in GetAnimationValue() function
435 auto animationValue = GetAnimationValue(time, isAdditive); in UpdateAnimationValue()
441 T GetAnimationValue(const float time, const bool isAdditive) in GetAnimationValue() function
H A Drs_render_property_animation.h61 …const std::shared_ptr<RSRenderPropertyBase> GetAnimationValue(const std::shared_ptr<RSRenderProper…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp153 const std::shared_ptr<RSRenderPropertyBase> RSRenderPropertyAnimation::GetAnimationValue( in GetAnimationValue() function in OHOS::Rosen::RSRenderPropertyAnimation
H A Drs_render_path_animation.cpp217 … vector4fValueEstimator->GetAnimationValue(interpolator_->Interpolate(fraction), GetAdditive()); in OnAnimate()