Searched defs:BytesPerPixel (Results 1 – 3 of 3) sorted by relevance
299 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local365 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local478 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
73 int BytesPerPixel; member
55 def BytesPerPixel(f): function