Searched refs:BytesPerPixel (Results 1 – 4 of 4) sorted by relevance
299 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local310 if (byte >= BytesPerPixel) { in PNG_PredictLine()311 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()326 if (byte >= BytesPerPixel) { in PNG_PredictLine()327 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()338 if (byte >= BytesPerPixel) { in PNG_PredictLine()339 left = pDestData[byte - BytesPerPixel]; in PNG_PredictLine()346 if (byte >= BytesPerPixel && pLastLine) { in PNG_PredictLine()347 upper_left = pLastLine[byte - BytesPerPixel]; in PNG_PredictLine()365 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local[all …]
73 int BytesPerPixel; member84 result.BytesPerPixel = getPixelSize(texFormat); in getFormatInfo()177 baseFormat.BytesPerPixel == shaderFormat.BytesPerPixel && in matching()
55 def BytesPerPixel(f): function
899 func(BytesPerPixel, Int_FromLong) in func()