Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c61 if ( npixels < maxpixels ) \
63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
111 if (npixels & 1) { in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
116 npixels += n; in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
[all …]
Dtif_luv.c191 tmsize_t npixels; in LogL16Decode() local
201 npixels = occ / sp->pixel_size; in LogL16Decode()
206 if(sp->tbuflen < npixels) { in LogL16Decode()
213 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode()
219 for (i = 0; i < npixels && cc > 0; ) { in LogL16Decode()
226 while (rc-- && i < npixels) in LogL16Decode()
230 while (--cc && rc-- && i < npixels) in LogL16Decode()
234 if (i != npixels) { in LogL16Decode()
239 (unsigned __int64) (npixels - i)); in LogL16Decode()
244 (unsigned long long) (npixels - i)); in LogL16Decode()
[all …]
Dtif_next.c36 switch (npixels++ & 3) { \
106 uint32 npixels = 0, grey; in NeXTDecode() local
127 while (n-- > 0 && npixels < imagewidth && op_offset < scanline) in NeXTDecode()
129 if (npixels >= imagewidth) in NeXTDecode()
/external/skia/third_party/skcms/
Dskcms.h256 size_t npixels);
267 size_t npixels,
Dskcms.cc1159 size_t npixels = 84; in skcms_ApproximatelyEqualProfiles() local
1162 npixels = 63; in skcms_ApproximatelyEqualProfiles()
1172 npixels)) { in skcms_ApproximatelyEqualProfiles()
1178 npixels)) { in skcms_ApproximatelyEqualProfiles()
2024 size_t npixels) { in skcms_Transform() argument
2027 npixels, nullptr); in skcms_Transform()
/external/skqp/third_party/skcms/
Dskcms.h251 size_t npixels);
262 size_t npixels,
Dskcms.cc1159 size_t npixels = 84; in skcms_ApproximatelyEqualProfiles() local
1162 npixels = 63; in skcms_ApproximatelyEqualProfiles()
1172 npixels)) { in skcms_ApproximatelyEqualProfiles()
1178 npixels)) { in skcms_ApproximatelyEqualProfiles()
2030 size_t npixels) { in skcms_Transform() argument
2033 npixels, nullptr); in skcms_Transform()