Home
last modified time | relevance | path

Searched refs:gr_get_height (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp100 int iconHeight = gr_get_height(surface); in draw_background_locked()
102 int textHeight = gr_get_height(text_surface); in draw_background_locked()
103 int stageHeight = gr_get_height(stageMarkerEmpty); in draw_background_locked()
137 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY); in draw_progress_locked()
141 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]); in draw_progress_locked()
143 int height = gr_get_height(progressBarEmpty); in draw_progress_locked()
/bootable/recovery/minui/
Dminui.h55 unsigned int gr_get_height(GRSurface* surface);
Dgraphics.cpp263 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height() function