Home
last modified time | relevance | path

Searched refs:SetScaleReferenceSize (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_rate_decider.h38 void SetScaleReferenceSize(float width, float height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp56 HWTEST_F(RSAnimationRateDeciderTest, SetScaleReferenceSize, TestSize.Level1)
61 rsAnimationRateDecider.SetScaleReferenceSize(width, height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp75 rsAnimationRateDecider.SetScaleReferenceSize(width, height); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp29 void RSAnimationRateDecider::SetScaleReferenceSize(float width, float height) in SetScaleReferenceSize() function in OHOS::Rosen::RSAnimationRateDecider
H A Drs_animation_manager.cpp202 rateDecider_.SetScaleReferenceSize(width, height); in SetRateDeciderScaleSize()