Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp147 gr_get_height(progressBarFill); in GetProgressBaseline()
149 return gr_fb_height() - bottom_gap - gr_get_height(progressBarFill); in GetProgressBaseline()
210 gr_blit(progressBarFill, width - pos, 0, pos, height, progress_x + width - pos, in draw_foreground_locked()
219 gr_blit(progressBarFill, 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
518 LoadBitmap("progress_fill", &progressBarFill); in Init()
Dscreen_ui.h110 GRSurface* progressBarFill; variable