Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A 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
H A Drs_render_interpolating_spring_animation_test.cpp119 auto renderAnimation = RSRenderInterpolatingSpringAnimation::Unmarshalling(parcel); variable
H A Drs_render_path_animation_test.cpp302 auto renderAnimation = RSRenderPathAnimation::Unmarshalling(parcel); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp467 …std::shared_ptr<RSRenderAnimation> renderAnimation = std::make_shared<RSRenderParticleAnimation>(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp263 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable
477 auto renderAnimation = std::make_shared<RSRenderAnimationMock>(animation->GetId()); variable