Searched defs:pixelsPerByte (Results 1 – 1 of 1) sorted by relevance
151 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb()168 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local