Searched defs:row_bytes (Results 1 – 5 of 5) sorted by relevance
/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 | graphics_adf.h | 44 GRSurfaceAdf(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, __u32 offset, in GRSurfaceAdf()
|
D | resources.cpp | 43 std::unique_ptr<GRSurface> GRSurface::Create(size_t width, size_t height, size_t row_bytes, in Create()
|
/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()
|