Searched refs:rps (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_strip.c | 215 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local 216 if (rps > td->td_imagelength) in TIFFStripSize64() 217 rps = td->td_imagelength; in TIFFStripSize64() 218 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
|
| /libtiff-4.0.7/tools/ |
| H A D | thumbnail.c | 599 uint32 sw, sh, rps; in generateThumbnail() local 609 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in generateThumbnail() 629 rp += rps * rowsize; in generateThumbnail()
|
| H A D | tiffcrop.c | 3680 uint32 rps = TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readContigStripsIntoBuffer() local 4766 uint32 src_rowsize, dst_rowsize, rows_processed, rps; in readSeparateStripsIntoBuffer() local 4785 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readSeparateStripsIntoBuffer() 4786 if (rps > length) in readSeparateStripsIntoBuffer() 4787 rps = length; in readSeparateStripsIntoBuffer() 4856 if (rps > rows_this_strip) in readSeparateStripsIntoBuffer() 4857 rps = rows_this_strip; in readSeparateStripsIntoBuffer() 4861 if (combineSeparateSamplesBytes (srcbuffs, dst, width, rps, in readSeparateStripsIntoBuffer() 4915 if ((rows_processed + rps) > length) in readSeparateStripsIntoBuffer() 4918 rps = length - rows_processed; in readSeparateStripsIntoBuffer() [all …]
|