Searched refs:npixels (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_thunder.c | 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() [all …]
|
D | tif_luv.c | 189 tmsize_t npixels; in LogL16Decode() local 199 npixels = occ / sp->pixel_size; in LogL16Decode() 204 if(sp->tbuflen < npixels) { in LogL16Decode() 211 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode() 217 for (i = 0; i < npixels && cc > 0; ) { in LogL16Decode() 224 while (rc-- && i < npixels) in LogL16Decode() 228 while (--cc && rc-- && i < npixels) in LogL16Decode() 232 if (i != npixels) { in LogL16Decode() 237 (unsigned __int64) (npixels - i)); in LogL16Decode() 242 (unsigned long long) (npixels - i)); in LogL16Decode() [all …]
|
D | tif_next.c | 34 switch (npixels++ & 3) { \ 104 uint32 npixels = 0, grey; in NeXTDecode() local 125 while (n-- > 0 && npixels < imagewidth && op_offset < scanline) in NeXTDecode() 127 if (npixels >= imagewidth) in NeXTDecode()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_concurrent_all.c | 84 int width, height, npixels, page_size; member 101 for (int i = 0; i < b->npixels; i++) in prw_set_bo() 103 drm_intel_bo_subdata(bo, 0, 4*b->npixels, b->tmp); in prw_set_bo() 112 do_or_die(drm_intel_bo_get_subdata(bo, 0, 4*b->npixels, vaddr)); in prw_cmp_bo() 113 for (int i = 0; i < b->npixels; i++) in prw_cmp_bo() 206 return b->create->create(b->bufmgr, 4*b->npixels); in unmapped_create_bo() 286 int size = b->npixels; in userptr_set_bo() 298 int size = b->npixels; in userptr_cmp_bo() 607 int size = b->npixels; in cpu_set_bo() 620 int size = b->npixels; in cpu_cmp_bo() [all …]
|
/external/skqp/third_party/skcms/ |
D | skcms.h | 251 size_t npixels); 262 size_t npixels,
|
D | skcms.cc | 1159 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()
|
/external/skia/include/third_party/skcms/ |
D | skcms.h | 331 size_t npixels); 342 size_t npixels,
|
/external/skia/third_party/skcms/ |
D | skcms.cc | 1593 size_t npixels = 84; in skcms_ApproximatelyEqualProfiles() local 1596 npixels = 63; in skcms_ApproximatelyEqualProfiles() 1606 npixels)) { in skcms_ApproximatelyEqualProfiles() 1612 npixels)) { in skcms_ApproximatelyEqualProfiles() 2576 size_t npixels) { in skcms_Transform() argument 2579 npixels, nullptr); in skcms_Transform()
|