Searched refs:gr_blit (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minui/ |
D | minui.h | 40 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
|
D | graphics.c | 244 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() function
|
/bootable/recovery/ |
D | ui.c | 116 gr_blit(surface, 0, 0, iconWidth, iconHeight, in draw_install_overlay_locked() 135 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked() 167 gr_blit(gProgressBarFill, 0, 0, pos, height, dx, dy); in draw_progress_locked() 170 gr_blit(gProgressBarEmpty, pos, 0, width-pos, height, dx+pos, dy); in draw_progress_locked() 176 gr_blit(gProgressBarIndeterminate[frame], 0, 0, width, height, dx, dy); in draw_progress_locked()
|