Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()