Searched refs:iconX (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.cpp110 iconX = (gr_fb_width() - iconWidth) / 2;
116 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
141 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY);

Completed in 157 milliseconds