Searched refs:progress_x (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 159 int progress_x = (ScreenWidth() - width) / 2; in draw_circle_foreground_locked() local 166 DrawSurface(frame, 0, 0, width, height, progress_x, progress_y); in draw_circle_foreground_locked()
|
D | screen_ui.cpp | 467 int progress_x = (ScreenWidth() - width) / 2; in draw_foreground_locked() local 472 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked() 482 progress_x + width - pos, progress_y); in draw_foreground_locked() 485 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked() 490 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked() 493 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()
|