Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp250 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_PredictorEncode() local
341 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
406 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local
500 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictorEncodeLine() local
585 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
/external/skia/src/codec/
DSkSwizzler.h83 static int BytesPerPixel(SrcConfig sc) { in BytesPerPixel() function