Searched defs:gr_surface (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minui/
H A Dminui.h36 typedef GRSurface* gr_surface; typedef
51 void gr_texticon(int x, int y, gr_surface icon);
55 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
56 unsigned int gr_get_width(gr_surface surface);
57 unsigned int gr_get_height(gr_surface surface);
95 int res_create_display_surface(const char* name, gr_surface* pSurface);
102 int* frames, gr_surface** pSurface);
105 int res_create_alpha_surface(const char* name, gr_surface* pSurface);
114 gr_surface* pSurface);
118 void res_free_surface(gr_surface surfac
[all...]

Completed in 115 milliseconds