Searched refs:gr_blit (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 39 gr_blit(surface, sx, sy, w, h, dx + stereo_offset_, dy); in DrawSurface() 40 gr_blit(surface, sx, sy, w, h, dx - stereo_offset_ + ScreenWidth(), dy); in DrawSurface()
|
D | wear_ui.cpp | 60 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_background_locked()
|
D | screen_ui.cpp | 613 gr_blit(surface, sx, sy, w, h, dx, dy); in DrawSurface()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 137 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|
/bootable/recovery/minui/ |
D | graphics.cpp | 260 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() function
|