Searched refs:RowsPerStrip (Results 1 – 3 of 3) sorted by relevance
67 unsigned long RowsPerStrip; in LoadTIFFinDIB() local87 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()88 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()167 for (row = 0; row < imageLength; row += RowsPerStrip) in LoadTIFFinDIB()169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB()170 RowsPerStrip); in LoadTIFFinDIB()
140 uint32 RowsPerStrip; in TIFFRGBA2DIB() local149 TIFFGetField(img->tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in TIFFRGBA2DIB()
109 buffer when RowsPerStrip >= image_length in LogLuvInitState() and135 allocation when RowsPerStrip tag is missing.205 when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX)462 allocation when RowsPerStrip tag is missing.4069 * tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if4399 * tools/tiffcp.c: Do not set RowsPerStrip bigger than image length.4425 * tools/raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.4767 * tools/fax2tiff.c: Added option '-r' to set RowsPerStrip parameter6593 * tools/tiffcp.c: Set the correct RowsPerStrip and PageNumber
Completed in 11 milliseconds