Home
last modified time | relevance | path

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

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dsequence_window.c58 static int current_task_icon_animation_step = TASK_ICON_ANIMATION_STEPS; variable
251 if (current_task_icon_animation_step < TASK_ICON_ANIMATION_STEPS) in task_icon_draw()
255 …angle = -90 * (current_task_icon_animation_step - TASK_ICON_ANIMATION_STEPS) / TASK_ICON_ANIMATION… in task_icon_draw()
555 current_task_icon_animation_step = 0; in task_title_animation_update()
565 if (current_task_icon_animation_step < TASK_ICON_ANIMATION_STEPS) in task_icon_animation_update()
567 current_task_icon_animation_step++; in task_icon_animation_update()