Searched defs:BytesPerPixel (Results 1 – 6 of 6) sorted by relevance
317 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local383 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local496 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
47 static constexpr std::uint32_t BytesPerPixel() { return 4; } in BytesPerPixel() function
73 int BytesPerPixel; member
55 def BytesPerPixel(f): function
279 Uint8 BytesPerPixel; member
533 …uint32_t BytesPerPixel; // Number of bytes to copy, per pixel; 0 = "Same as Sys.PixelPi… member