Searched defs:bytes_per_px (Results 1 – 2 of 2) sorted by relevance
229 const size_t bytes_per_px = alpha ? 4 : 3; in WritePPMPAM() local267 const uint32_t bytes_per_px = 2; in WebPWrite16bAsPGM() local302 const uint32_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteBMP() local369 const uint8_t bytes_per_px = has_alpha ? 4 : 3; in WebPWriteTIFF() local
36 int bytes_per_px; // 1, 3, 4 member
Completed in 4 milliseconds