Searched refs:npix (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c289 uint32 npix = w - col; local
290 fromskew = tw - npix;
291 (*callback)(img, udata, col, row, npix, nrow, fromskew, buf);
356 uint32 npix = w - col; local
357 fromskew = tw - npix;
358 (*callback)(img, udata, col, row, npix, nrow, fromskew, r, g, b, a);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c622 uint32 npix = w - col; local
623 fromskew = tw - npix;
625 npix, nrow, fromskew, toskew + fromskew, buf + pos);
747 uint32 npix = w - col; local
748 fromskew = tw - npix;
750 npix, nrow, fromskew, toskew + fromskew,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c407 #define PSUNITS(npix,res) ((npix) * (PS_UNIT_SIZE / (res)))
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm2340 GLint npix;
2341 CGLChoosePixelFormat(attributes, &pixelFormatObject, &npix);

Completed in 219 milliseconds