Searched defs:BytesPerPixel (Results 1 – 2 of 2) sorted by relevance
288 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local353 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local466 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
55 def BytesPerPixel(f): function