Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h114 int iconX, iconY; variable
Dscreen_ui.cpp108 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2; 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()
137 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY); in draw_progress_locked()