Searched defs:row_bytes (Results  1 – 4 of 4) sorted by relevance
| /bootable/recovery/minui/include/minui/ | 
| D | minui.h | 65   size_t row_bytes;  variable 69   GRSurface(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes)  in GRSurface()
  | 
| /bootable/recovery/minui/ | 
| D | graphics_drm.h | 43   GRSurfaceDrm(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, int drm_fd,  in GRSurfaceDrm()
  | 
| D | graphics_fbdev.cpp | 36                                                        size_t row_bytes, size_t pixel_bytes) {  in Create()
  | 
| D | resources.cpp | 43 std::unique_ptr<GRSurface> GRSurface::Create(size_t width, size_t height, size_t row_bytes,  in Create()
  |