Searched refs:pixelsPerByte (Results 1 – 4 of 4) sorted by relevance
53 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb() argument54 return (width + pixelsPerByte - 1) / pixelsPerByte; in compute_row_bytes_ppb()74 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local75 return compute_row_bytes_ppb(width, pixelsPerByte); in compute_row_bytes()
30 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in swizzle_small_index_to_index() local31 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_index()36 for (uint32_t p = 0; p < pixelsPerByte && x < width; p++) { in swizzle_small_index_to_index()53 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in swizzle_small_index_to_n32() local54 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_n32()59 for (uint32_t p = 0; p < pixelsPerByte && x < width; p++) { in swizzle_small_index_to_n32()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...