Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp100 int iconHeight = gr_get_height(surface); in draw_background_locked() local
108 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2; in draw_background_locked()
111 int textY = ((gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40; in draw_background_locked()
113 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
117 int y = iconY + iconHeight + 20; in draw_background_locked()
141 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]); in draw_progress_locked() local
146 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()