Home
last modified time | relevance | path

Searched refs:gr_blit (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_ui/
Dvr_ui.cpp39 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()
Dwear_ui.cpp60 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_background_locked()
Dscreen_ui.cpp613 gr_blit(surface, sx, sy, w, h, dx, dy); in DrawSurface()
/bootable/recovery/minui/include/minui/
Dminui.h137 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
/bootable/recovery/minui/
Dgraphics.cpp260 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() function