Home
last modified time | relevance | path

Searched defs:BytesPerPixel (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp288 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
353 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local
466 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py55 def BytesPerPixel(f): function