Searched refs:progress_x (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/ |
D | screen_ui.cpp | 178 int progress_x = (gr_fb_width() - width)/2; in draw_foreground_locked() local 183 gr_fill(progress_x, progress_y, width, height); in draw_foreground_locked() 193 progress_x+width-pos, progress_y); in draw_foreground_locked() 196 gr_blit(progressBarEmpty, 0, 0, width-pos, height, progress_x, progress_y); in draw_foreground_locked() 201 gr_blit(progressBarFill, 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked() 205 progress_x+pos, progress_y); in draw_foreground_locked()
|