Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp45 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface() local
183 GRSurface* surface = malloc_surface(width * height * 4); in init_display_surface() local
249 GRSurface* surface = init_display_surface(width, height); in res_create_display_surface() local
299 GRSurface** surface = nullptr; in res_create_multi_display_surface() local
365 GRSurface* surface = malloc_surface(width * height); in res_create_alpha_surface() local
470 GRSurface* surface = malloc_surface(w * h); in res_create_localized_alpha_surface() local
496 void res_free_surface(GRSurface* surface) { in res_free_surface()
Dgraphics_drm.cpp48 void MinuiBackendDrm::DrmEnableCrtc(int drm_fd, drmModeCrtc* crtc, GRSurfaceDrm* surface) { in DrmEnableCrtc()
67 void MinuiBackendDrm::DrmDestroySurface(GRSurfaceDrm* surface) { in DrmDestroySurface()
112 GRSurfaceDrm* surface = new GRSurfaceDrm; in DrmCreateSurface() local
Dgraphics.cpp279 unsigned int gr_get_width(GRSurface* surface) { in gr_get_width()
286 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height()
/bootable/recovery/
Dvr_ui.cpp31 void VrRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
Dscreen_ui.cpp345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
553 void ScreenRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) { in LoadBitmap()
560 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap()