Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_medical/
Dvitals.c25 …info) (info.start_value + (info.end_value - info.current_value) * value_animation_step / VALUE_ANI…
101 INT value_animation_step = 0; variable
275 value_animation_step = 0; in start_value_animation()
285 value_animation_step++; in update_value_animation()
308 if (value_animation_step == VALUE_ANIOMATION_TOTAL_STEPS) in update_value_animation()