HomeSort by relevance Sort by last modified time
    Searched refs:progressBarFill (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 166 GRSurface* progressBarFill;
screen_ui.cpp 151 gr_get_height(progressBarFill);
153 return ScreenHeight() - bottom_gap - gr_get_height(progressBarFill);
213 DrawSurface(progressBarFill, width - pos, 0, pos, height, progress_x + width - pos,
222 DrawSurface(progressBarFill, 0, 0, pos, height, progress_x, progress_y);
620 LoadBitmap("progress_fill", &progressBarFill);

Completed in 165 milliseconds