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 D | rs_value_estimator_test.cpp | 88 curveValueEstimator->InitCurveAnimationValue(property, startValue, endValue, lastValue);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_curve_animation.cpp | 143 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
|
H A D | rs_render_interpolating_spring_animation.cpp | 221 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
|
H A D | rs_render_path_animation.cpp | 360 valueEstimator_->InitCurveAnimationValue(property_, startValue_, endValue_, lastValue_); in InitValueEstimator()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition_effect.h | 148 valueEstimator_->InitCurveAnimationValue(property_, endValue_, startValue_, startValue_); in InitValueEstimator()
|
H A D | rs_value_estimator.h | 63 virtual void InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, in InitCurveAnimationValue() function 87 void InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, in InitCurveAnimationValue() function
|