Home
last modified time | relevance | path

Searched defs:byValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_spring_animation_test.cpp50 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
66 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
81 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
H A Drs_curve_animation_test.cpp51 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_value_estimator.cpp72 auto byValue = endValue_ - startValue_; in EstimateFraction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.cpp29 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSCurveAnimation()
H A Drs_interpolating_spring_animation.cpp29 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& byValue) in RSInterpolatingSpringAnimation()
H A Drs_property_animation.cpp111 auto byValue = endValue - startValue; in OnUpdateStagingValue() local
H A Drs_spring_animation.cpp31 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSSpringAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp907 …mationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& byValu… in RSSpringAnimationMock()