Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp458 int progress_x = (ScreenWidth() - width) / 2; in draw_foreground_locked() local
463 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked()
473 progress_x + width - pos, progress_y); in draw_foreground_locked()
476 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
481 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
484 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()