Home
last modified time | relevance | path

Searched defs:renderAnimation (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_animation_test.cpp76 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
90 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
104 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
118 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
132 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
148 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
Drs_render_interpolating_spring_animation_test.cpp239 auto renderAnimation = RSRenderInterpolatingSpringAnimation::Unmarshalling(parcel); variable
Drs_render_path_animation_test.cpp302 auto renderAnimation = RSRenderPathAnimation::Unmarshalling(parcel); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_display_sync.cpp35 RSRenderDisplaySync::RSRenderDisplaySync(std::weak_ptr<RSRenderAnimation> renderAnimation) in RSRenderDisplaySync()
40 auto renderAnimation = renderAnimation_.lock(); in GetId() local
50 auto renderAnimation = renderAnimation_.lock(); in SetExpectedFrameRateRange() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationmarshalling_fuzzer/
Drsanimationmarshalling_fuzzer.cpp190 auto renderAnimation = std::make_shared<RSRenderAnimation>(animationId); in RSRenderAnimationMarshalling() local
229 …auto renderAnimation = std::shared_ptr<RSRenderAnimation>(RSRenderCurveAnimation::Unmarshalling(pa… in RSRenderCurveAnimationMarshalling() local
256 auto renderAnimation = in RSRenderInterpolatingSpringAnimationMarshalling() local
290 …auto renderAnimation = std::shared_ptr<RSRenderAnimation>(RSRenderKeyframeAnimation::Unmarshalling… in RSRenderKeyframeAnimationMarshalling() local
316 …auto renderAnimation = std::shared_ptr<RSRenderAnimation>(RSRenderPathAnimation::Unmarshalling(par… in RSRenderPathAnimationMarshalling() local
360 …auto renderAnimation = std::shared_ptr<RSRenderAnimation>(RSRenderSpringAnimation::Unmarshalling(p… in RSRenderSpringAnimationMarshalling() local
423 …auto renderAnimation = std::shared_ptr<RSRenderAnimation>(RSRenderTransition::Unmarshalling(parcel… in RSRenderTransitionMarshalling() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_curve_animation_test.cpp358 auto renderAnimation = std::make_shared<RSRenderCurveAnimation>(); variable
Drs_animation_supplement_test.cpp278 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable
496 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
Drsanimation_fuzzer.cpp507 auto renderAnimation = std::make_shared<RSRenderAnimation>(animationId); in RSAnimation1FuzzTest() local
580 auto renderAnimation = std::make_shared<RSRenderAnimation>(animationId); in RSAnimation3FuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_test2.cpp638 auto renderAnimation = std::make_shared<RSRenderAnimation>(); variable