Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp196 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()
Dgraphics_drm.cpp110 auto surface = std::unique_ptr<GRSurfaceDrm>(new GRSurfaceDrm( in Create() local
153 const std::unique_ptr<GRSurfaceDrm>& surface) { in DrmEnableCrtc()
Dgraphics.cpp124 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/
Dminui_test.cpp28 auto surface = GRSurface::Create(9, 11, 9, 1); in TEST() local
/bootable/recovery/recovery_ui/
Dvr_ui.cpp37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
Dscreen_ui.cpp279 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