Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp98 int iconHeight = gr_get_height(surface); in draw_install_overlay_locked() local
99 gr_blit(surface, 0, 0, iconWidth, iconHeight, in draw_install_overlay_locked()
116 int iconHeight = gr_get_height(surface); in draw_background_locked() local
121 int iconY = (gr_fb_height() - (iconHeight+textHeight+40)) / 2; in draw_background_locked()
124 int textY = ((gr_fb_height() - (iconHeight+textHeight+40)) / 2) + iconHeight + 40; in draw_background_locked()
126 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
147 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]); in draw_progress_locked() local
152 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()