Home
last modified time | relevance | path

Searched defs:nPixels (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_ktx.cpp134 int nPixels = width * height; in onDecode() local
163 int nPixels = width * height; in onDecode() local
DSkImageDecoder_pkm.cpp75 int nPixels = width * height; in onDecode() local
DSkImageDecoder_astc.cpp150 int nPixels = width * height; in onDecode() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp327 int bpc, int nColors, int nPixels) in PNG_PredictLine()