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

/bootable/recovery/
H A Dscreen_ui.h108 int iconX, iconY; member in class:ScreenRecoveryUI
H A Dscreen_ui.cpp111 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2;
116 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
120 int y = iconY + iconHeight + 20;
141 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY);

Completed in 18 milliseconds