Searched refs:BytesPerPixel (Results 1 – 3 of 3) sorted by relevance
297 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local308 if (byte >= BytesPerPixel) { in PNG_PredictLine()309 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()324 if (byte >= BytesPerPixel) { in PNG_PredictLine()325 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()336 if (byte >= BytesPerPixel) { in PNG_PredictLine()337 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()344 if (byte >= BytesPerPixel && pLastLine) { in PNG_PredictLine()345 upper_left = pLastLine[byte - BytesPerPixel]; in PNG_PredictLine()362 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local[all …]
55 def BytesPerPixel(f): function
899 func(BytesPerPixel, Int_FromLong) in func()