Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcmp.c333 uint32 pix; in ContigCompare() local
347 for (pix = 0; pix < imagewidth; pix += ppb) { in ContigCompare()
368 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
386 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
391 PrintIntDiff(row, sample, pix, in ContigCompare()
402 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
407 PrintFloatDiff(row, sample, pix, in ContigCompare()
444 for (; mask2 && pix < imagewidth; in PrintIntDiff()
450 (unsigned long) pix, in PrintIntDiff()
469 (unsigned long) row, (unsigned long) pix, sample, in PrintIntDiff()
[all …]
/libtiff-4.0.7/contrib/ras/
H A Dras2tif.c87 Pixrect *pix; /* The Sun Pixrect */ local
155 pix = pr_load(fp, &Colormap);
156 if (pix == NULL)
170 width = pix->pr_width;
171 height = pix->pr_height;
172 depth = pix->pr_depth;
233 (u_char *) mprd_addr(mpr_d(pix), 0, row),
244 pr_destroy(pix);
H A Dtif2ras.c101 Pixrect *pix; /* The Sun Pixrect */ local
175 pix = mem_create(width, height, depth);
176 if (pix == (Pixrect *) NULL)
255 outp = (u_char *) mprd_addr(mpr_d(pix), 0, row);
325 if (pr_dump(pix, fp, &Colormap, RT_BYTE_ENCODED, 0) == PIX_ERR)
331 pr_destroy(pix);