Searched refs:gr_blit (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | screen_ui.cpp | 105 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() 141 gr_blit((i < stage) ? stageMarkerFill : stageMarkerEmpty, in draw_background_locked() 185 gr_blit(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy); in draw_progress_locked() 188 gr_blit(progressBarEmpty, 0, 0, width-pos, height, dx, dy); in draw_progress_locked() 193 gr_blit(progressBarFill, 0, 0, pos, height, dx, dy); in draw_progress_locked() 196 gr_blit(progressBarEmpty, pos, 0, width-pos, height, dx+pos, dy); in draw_progress_locked() 203 gr_blit(progressBarIndeterminate[frame], 0, 0, width, height, dx, dy); in draw_progress_locked()
|
/bootable/recovery/minui/ |
D | minui.h | 45 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
|
D | graphics.c | 293 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() function
|