Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1337 #define MAX_FLIP_STAGES (Denemo.prefs.animation_steps>0?Denemo.prefs.animation_steps:1) macro
1345 if (*flip_count > MAX_FLIP_STAGES) in schedule_draw()
1703 g_timeout_add (1000 / MAX_FLIP_STAGES, (GSourceFunc) schedule_draw, &flip_count); in draw_score()
1706 if (flip_count > 0 && flip_count < MAX_FLIP_STAGES) in draw_score()
1707 flip = flip_count / (gdouble) MAX_FLIP_STAGES; in draw_score()