Lines Matching refs:npixels
59 if ( npixels < maxpixels ) \
61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
157 (unsigned long long) npixels, in ThunderDecode()