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

  /bootable/recovery/minui/
minui.h 22 typedef void* gr_surface; typedef
40 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
41 unsigned int gr_get_width(gr_surface surface);
42 unsigned int gr_get_height(gr_surface surface);
69 int res_create_surface(const char* name, gr_surface* pSurface);
70 void res_free_surface(gr_surface surface);
resources.c 44 int res_create_surface(const char* name, gr_surface* pSurface) {
160 *pSurface = (gr_surface) surface;
176 void res_free_surface(gr_surface surface) {
graphics.c 244 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) {
259 unsigned int gr_get_width(gr_surface surface) {
266 unsigned int gr_get_height(gr_surface surface) {
  /bootable/recovery/
ui.c 52 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS];
53 static gr_surface *gInstallationOverlay;
54 static gr_surface *gProgressBarIndeterminate;
55 static gr_surface gProgressBarEmpty;
56 static gr_surface gProgressBarFill;
58 static const struct { gr_surface* surface; const char *name; } BITMAPS[] = {
113 gr_surface surface = gInstallationOverlay[frame];
130 gr_surface surface = gBackgroundIcon[icon];
401 sizeof(gr_surface));
414 sizeof(gr_surface));
    [all...]
  /system/core/charger/
charger.c 92 gr_surface surface;
122 gr_surface surf_unknown;
604 static int draw_surface_centered(struct charger *charger, gr_surface surface)

Completed in 223 milliseconds