Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics_drm.h43 GRSurfaceDrm(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, int drm_fd, in GRSurfaceDrm()
Dgraphics_fbdev.cpp36 size_t row_bytes, size_t pixel_bytes) { in Create()
Dgraphics_adf.h44 GRSurfaceAdf(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, __u32 offset, in GRSurfaceAdf()
Dresources.cpp43 std::unique_ptr<GRSurface> GRSurface::Create(size_t width, size_t height, size_t row_bytes, in Create()
/bootable/recovery/minui/include/minui/
Dminui.h65 size_t row_bytes; variable
69 GRSurface(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes) in GRSurface()