Searched refs:total_steps (Results 1 – 3 of 3) sorted by relevance
245 INT total_steps; in _gx_scroll_wheel_flick_event_handler() local273 total_steps = GX_ABS(shift) / 2; in _gx_scroll_wheel_flick_event_handler()275 if (total_steps > wheel -> gx_scroll_wheel_animation_max_steps) in _gx_scroll_wheel_flick_event_handler()277 total_steps = wheel -> gx_scroll_wheel_animation_max_steps; in _gx_scroll_wheel_flick_event_handler()282 wheel -> gx_scroll_wheel_animation_steps = (GX_VALUE)total_steps; in _gx_scroll_wheel_flick_event_handler()286 while (total_steps > 1) in _gx_scroll_wheel_flick_event_handler()288 total_steps--; in _gx_scroll_wheel_flick_event_handler()289 speed += (end_speed - speed) / total_steps; in _gx_scroll_wheel_flick_event_handler()
248 size_t total_steps,
151 void guix_checkout_progress_cb(const char *path, size_t completed_steps, size_t total_steps, void *… in guix_checkout_progress_cb() argument154 CloneInfo.checkout_total = total_steps; in guix_checkout_progress_cb()