Searched defs:pixelsPerByte (Results 1 – 3 of 3) sorted by relevance
189 def DrawBlock(draw, y, block, pixelsPerByte): argument210 def DrawDedicatedAllocationBlock(draw, y, dedicatedAlloc, pixelsPerByte): argument256 imgHeight, pixelsPerByte = CalcParams() variable
114 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb()131 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local
126 static size_t ComputeRowBytesPixelsPerByte(int width, uint32_t pixelsPerByte) { in ComputeRowBytesPixelsPerByte()143 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in ComputeRowBytes() local