HomeSort by relevance Sort by last modified time
    Searched refs:gr_surface (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minui/
minui.h 20 typedef void* gr_surface; typedef
36 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
37 unsigned int gr_get_width(gr_surface surface);
38 unsigned int gr_get_height(gr_surface surface);
51 int res_create_surface(const char* name, gr_surface* pSurface);
52 void res_free_surface(gr_surface surface);
resources.c 44 int res_create_surface(const char* name, gr_surface* pSurface) {
153 *pSurface = (gr_surface) surface;
169 void res_free_surface(gr_surface surface) {
graphics.c 191 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) {
206 unsigned int gr_get_width(gr_surface surface) {
213 unsigned int gr_get_height(gr_surface surface) {
  /bootable/recovery/
ui.c 42 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS];
43 static gr_surface gProgressBarIndeterminate[PROGRESSBAR_INDETERMINATE_STATES];
44 static gr_surface gProgressBarEmpty;
45 static gr_surface gProgressBarFill;
47 static const struct { gr_surface* surface; const char *name; } BITMAPS[] = {
61 static gr_surface gCurrentIcon = NULL;
94 static void draw_background_locked(gr_surface icon)

Completed in 1010 milliseconds