Searched refs:iconWidth (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/ |
D | ui.c | 114 int iconWidth = gr_get_width(surface); in draw_install_overlay_locked() local 116 gr_blit(surface, 0, 0, iconWidth, iconHeight, in draw_install_overlay_locked() 131 int iconWidth = gr_get_width(surface); in draw_background_locked() local 133 int iconX = (gr_fb_width() - iconWidth) / 2; in draw_background_locked() 135 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
|