Home
last modified time | relevance | path

Searched refs:SetRateDeciderScaleSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h77 void SetRateDeciderScaleSize(float width, float height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp189 rsAnimationManager.SetRateDeciderScaleSize(width, height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp200 void RSAnimationManager::SetRateDeciderScaleSize(float width, float height) in SetRateDeciderScaleSize() function in OHOS::Rosen::RSAnimationManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp380 animationManager.SetRateDeciderScaleSize(1.0f, 1.0f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2502 animationManager_.SetRateDeciderScaleSize(GetRenderProperties().GetBoundsWidth(), in ApplyModifiers()