OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progressBarEmpty
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
165
GRSurface*
progressBarEmpty
;
screen_ui.cpp
196
int width = gr_get_width(
progressBarEmpty
);
197
int height = gr_get_height(
progressBarEmpty
);
217
DrawSurface(
progressBarEmpty
, 0, 0, width - pos, height, progress_x, progress_y);
225
DrawSurface(
progressBarEmpty
, pos, 0, width - pos, height, progress_x + pos, progress_y);
619
LoadBitmap("progress_empty", &
progressBarEmpty
);
716
int width = gr_get_width(
progressBarEmpty
);
Completed in 55 milliseconds