Home
last modified time | relevance | path

Searched refs:GetFraction (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_interactive_implict_animator_test.cpp330 auto fraction = animator->GetFraction();
354 auto fraction = animator->GetFraction();
364 fraction = animator->GetFraction();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.h82 float GetFraction();
H A Drs_interactive_implict_animator.cpp405 float RSInteractiveImplictAnimator::GetFraction() in GetFraction() function in OHOS::Rosen::RSInteractiveImplictAnimator
422 return task->GetFraction(); in GetFraction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/
H A Dbrightness_blender.h109 float GetFraction() const in GetFraction() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h119 float GetFraction() const in GetFraction() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1499 auto fraction = brightnessBlender->GetFraction(); in SetVisualEffect()
1520 SetFgBrightnessFract(brightnessBlender->GetFraction()); in SetBlender()