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

  /bootable/recovery/minui/
minui.h 26 typedef void* gr_surface; typedef
41 void gr_texticon(int x, int y, gr_surface icon);
45 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
46 unsigned int gr_get_width(gr_surface surface);
47 unsigned int gr_get_height(gr_surface surface);
74 int res_create_surface(const char* name, gr_surface* pSurface);
75 int res_create_localized_surface(const char* name, gr_surface* pSurface);
76 void res_free_surface(gr_surface surface);
resources.c 46 int res_create_surface(const char* name, gr_surface* pSurface) {
166 *pSurface = (gr_surface) surface;
199 int res_create_localized_surface(const char* name, gr_surface* pSurface) {
295 *pSurface = (gr_surface) surface;
319 void res_free_surface(gr_surface surface) {
graphics.c 258 void gr_texticon(int x, int y, gr_surface icon) {
293 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) {
311 unsigned int gr_get_width(gr_surface surface) {
318 unsigned int gr_get_height(gr_surface surface) {
  /bootable/recovery/
screen_ui.h 62 gr_surface backgroundIcon[5];
63 gr_surface backgroundText[5];
64 gr_surface *installationOverlay;
65 gr_surface *progressBarIndeterminate;
66 gr_surface progressBarEmpty;
67 gr_surface progressBarFill;
109 void LoadBitmap(const char* filename, gr_surface* surface);
110 void LoadLocalizedBitmap(const char* filename, gr_surface* surface);
screen_ui.cpp 100 gr_surface surface = installationOverlay[frame];
116 gr_surface surface = backgroundIcon[icon];
117 gr_surface text_surface = backgroundText[icon];
330 void ScreenRecoveryUI::LoadBitmap(const char* filename, gr_surface* surface) {
337 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, gr_surface* surface) {
373 progressBarIndeterminate = (gr_surface*)malloc(indeterminate_frames *
374 sizeof(gr_surface));
383 installationOverlay = (gr_surface*)malloc(installing_frames *
384 sizeof(gr_surface));
431 gr_surface bg = backgroundIcon[icon]
    [all...]
  /system/core/charger/
charger.c 97 gr_surface surface;
127 gr_surface surf_unknown;
624 static int draw_surface_centered(struct charger *charger, gr_surface surface)

Completed in 228 milliseconds