Searched defs:surface (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/minui/ |
D | resources.cpp | 196 auto surface = GRSurface::Create(width, height, width * 4, 4); in res_create_display_surface() local 247 GRSurface** surface = nullptr; in res_create_multi_display_surface() local 314 auto surface = GRSurface::Create(width, height, width, 1); in res_create_alpha_surface() local 430 auto surface = GRSurface::Create(w, h, w, 1); in res_create_localized_alpha_surface() local 452 void res_free_surface(GRSurface* surface) { in res_free_surface()
|
D | graphics_drm.cpp | 110 auto surface = std::unique_ptr<GRSurfaceDrm>(new GRSurfaceDrm( in Create() local 153 const std::unique_ptr<GRSurfaceDrm>& surface) { in DrmEnableCrtc()
|
D | graphics.cpp | 124 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt() 303 unsigned int gr_get_width(const GRSurface* surface) { in gr_get_width() 310 unsigned int gr_get_height(const GRSurface* surface) { in gr_get_height()
|
/bootable/recovery/tests/unit/ |
D | minui_test.cpp | 28 auto surface = GRSurface::Create(9, 11, 9, 1); in TEST() local
|
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
D | screen_ui.cpp | 279 const GRSurface* surface) { in ValidateGraphicSurface() 608 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() 814 GRSurface* surface; in LoadBitmap() local 823 GRSurface* surface; in LoadLocalizedBitmap() local
|