Home
last modified time | relevance | path

Searched refs:InitCurveAnimationValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_value_estimator_test.cpp88 curveValueEstimator->InitCurveAnimationValue(property, startValue, endValue, lastValue);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp143 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
H A Drs_render_interpolating_spring_animation.cpp221 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
H A Drs_render_path_animation.cpp360 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition_effect.h148 valueEstimator_->InitCurveAnimationValue(property_, endValue_, startValue_, startValue_); in InitValueEstimator()
H A Drs_value_estimator.h63 virtual void InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, in InitCurveAnimationValue() function
87 void InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, in InitCurveAnimationValue() function