Home
last modified time | relevance | path

Searched refs:BytesPerPixel (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp297 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
308 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 …]
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py55 def BytesPerPixel(f): function
/external/python/cpython2/Modules/
Dclmodule.c899 func(BytesPerPixel, Int_FromLong) in func()