Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp193 int width = gr_get_width(progressBarEmpty); in draw_foreground_locked()
194 int height = gr_get_height(progressBarEmpty); in draw_foreground_locked()
214 gr_blit(progressBarEmpty, 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
222 gr_blit(progressBarEmpty, pos, 0, width - pos, height, progress_x + pos, progress_y); in draw_foreground_locked()
517 LoadBitmap("progress_empty", &progressBarEmpty); in Init()
614 int width = gr_get_width(progressBarEmpty); in SetProgress()
Dscreen_ui.h109 GRSurface* progressBarEmpty; variable