Searched refs:toskew (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c578 int32 fromskew, toskew; local
594 toskew = -(int32)(tw + w);
598 toskew = -(int32)(tw - w);
625 npix, nrow, fromskew, toskew + fromskew, buf + pos);
629 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos);
676 int32 fromskew, toskew; local
698 toskew = -(int32)(tw + w);
702 toskew = -(int32)(tw - w);
750 npix, nrow, fromskew, toskew + fromskew,
754 tw, nrow, 0, toskew, p
799 int32 fromskew, toskew; local
883 int32 fromskew, toskew; local
1557 putcontig8bitYCbCrGenericTile( TIFFRGBAImage* img, uint32* cp, uint32 x, uint32 y, uint32 w, uint32 h, int32 fromskew, int32 toskew, unsigned char* pp, int h_group, int v_group ) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp279 int32 fromskew, int32 toskew, \
289 int32 fromskew, int32 toskew,\
343 ucp += (wb + toskew);
404 int32 fromskew, toskew; local
418 toskew = -(int32) (orientation == ORIENTATION_TOPLEFT ? wb+wb : wb-wb);
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos);

Completed in 281 milliseconds