Searched defs:curveAnimation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_curve_animation_test.cpp | 47 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endProperty); variable 81 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 114 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 146 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endProperty); variable 181 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 215 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 249 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 323 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable 358 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, startProperty, endProperty); variable
|
H A D | rs_node_animate_supplement_test.cpp | 119 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endProperty); variable 147 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endProperty); variable 397 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endProperty); variable 457 std::shared_ptr<RSCurveAnimation> curveAnimation; variable 481 std::shared_ptr<RSCurveAnimation> curveAnimation; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_implicit_animation_param.cpp | 147 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endValue - startValue); in CreateEmptyAnimation() local 160 auto curveAnimation = std::make_shared<RSCurveAnimation>(property, endValue - startValue); in CreateAnimation() local
|