Home
last modified time | relevance | path

Searched refs:SetLastFrameTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_fraction.h47 void SetLastFrameTime(int64_t lastFrameTime);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp78 fraction.SetLastFrameTime(time); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp78 void RSAnimationFraction::SetLastFrameTime(int64_t lastFrameTime) in SetLastFrameTime() function in OHOS::Rosen::RSAnimationFraction
H A Drs_render_particle_animation.cpp53 animationFraction_.SetLastFrameTime(time); in Animate()
H A Drs_render_animation.cpp371 animationFraction_.SetLastFrameTime(time); in SetStartTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp98 animationFraction->SetLastFrameTime(lastFrameTime); in RSAnimationFractionFuzzerTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp109 rsAnimationFraction.SetLastFrameTime(lastFrameTime);