Home
last modified time | relevance | path

Searched refs:DumpFraction (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h73 void DumpFraction(float fraction, int64_t time) override;
H A Drs_render_animation.h206 virtual void DumpFraction(float fraction, int64_t time) {} in DumpFraction() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp242 void RSRenderPropertyAnimation::DumpFraction(float fraction, int64_t time) in DumpFraction() function in OHOS::Rosen::RSRenderPropertyAnimation
H A Drs_render_animation.cpp355 DumpFraction(fraction, time); in Animate()