Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/minui/
Dresources.cpp43 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface() local
144 GRSurface* surface = malloc_surface(width * height * 4); in init_display_surface() local
201 GRSurface* surface = NULL; in res_create_display_surface() local
241 GRSurface** surface = NULL; in res_create_multi_display_surface() local
320 GRSurface* surface = NULL; in res_create_alpha_surface() local
386 GRSurface* surface = NULL; in res_create_localized_alpha_surface() local
457 void res_free_surface(GRSurface* surface) { in res_free_surface()
Dgraphics_drm.cpp62 struct drm_surface *surface) { in drm_enable_crtc()
84 static void drm_destroy_surface(struct drm_surface *surface) { in drm_destroy_surface()
131 struct drm_surface *surface; in drm_create_surface() local
Dgraphics.cpp256 unsigned int gr_get_width(GRSurface* surface) { in gr_get_width()
263 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height()
/bootable/recovery/
Dscreen_ui.cpp93 GRSurface* surface = backgroundIcon[icon]; in draw_background_locked() local
361 void ScreenRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) { in LoadBitmap()
368 void ScreenRecoveryUI::LoadBitmapArray(const char* filename, int* frames, GRSurface*** surface) { in LoadBitmapArray()
375 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap()