Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp299 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
310 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 …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp73 int BytesPerPixel; member
84 result.BytesPerPixel = getPixelSize(texFormat); in getFormatInfo()
177 baseFormat.BytesPerPixel == shaderFormat.BytesPerPixel && in matching()
/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()