Searched refs:iconHeight (Results 1 – 1 of 1) sorted by relevance
111 int iconHeight = gr_get_height(icon); in draw_background_locked() local113 int iconY = (gr_fb_height() - iconHeight) / 2; in draw_background_locked()114 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()124 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]); in draw_progress_locked() local129 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()