Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_animation_test.cpp69 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
83 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
97 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(); variable
Drs_render_interpolating_spring_animation_test.cpp119 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.cpp34 RSRenderDisplaySync::RSRenderDisplaySync(std::weak_ptr<RSRenderAnimation> renderAnimation) in RSRenderDisplaySync()
39 auto renderAnimation = renderAnimation_.lock(); in GetId() local
49 auto renderAnimation = renderAnimation_.lock(); in SetExpectedFrameRateRange() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_animation_supplement_test.cpp256 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable
470 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable