Searched refs:gr_blit (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | screen_ui.cpp | 113 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked() 119 gr_blit((i < stage) ? stageMarkerFill : stageMarkerEmpty, in draw_background_locked() 137 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY); in draw_progress_locked() 159 gr_blit(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy); in draw_progress_locked() 162 gr_blit(progressBarEmpty, 0, 0, width-pos, height, dx, dy); in draw_progress_locked() 167 gr_blit(progressBarFill, 0, 0, pos, height, dx, dy); in draw_progress_locked() 170 gr_blit(progressBarEmpty, pos, 0, width-pos, height, dx+pos, dy); in draw_progress_locked()
|
/bootable/recovery/minui/ |
D | minui.h | 53 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|
D | graphics.cpp | 232 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() function 330 gr_blit(frame, 0, 0, frame->width, frame->height, x, 0);
|