Searched defs:pixelsPerByte (Results 1 – 2 of 2) sorted by relevance
190 def DrawBlock(draw, y, block, pixelsPerByte): argument211 def DrawDedicatedAllocationBlock(draw, y, dedicatedAlloc, pixelsPerByte): argument257 imgHeight, pixelsPerByte = CalcParams() variable
116 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb()133 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local