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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c67 unsigned long RowsPerStrip; local
87 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip);
88 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip);
167 for (row = 0; row < imageLength; row += RowsPerStrip)
169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row :
170 RowsPerStrip);
H A DTiffile.cpp140 uint32 RowsPerStrip; local
149 TIFFGetField(img->tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/jpeg/
H A Djpeg.tcl701 0116 RowsPerStrip
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tiff/
H A Dtiff.tcl545 0116 RowsPerStrip

Completed in 188 milliseconds