Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp299 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
365 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local
478 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp73 int BytesPerPixel; member
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py55 def BytesPerPixel(f): function