Searched refs:progressBarFill (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ |
D | screen_ui.h | 80 GRSurface* progressBarFill; variable
|
D | screen_ui.cpp | 159 gr_blit(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy); in draw_progress_locked() 167 gr_blit(progressBarFill, 0, 0, pos, height, dx, dy); in draw_progress_locked() 413 LoadBitmap("progress_fill", &progressBarFill); in Init()
|