Searched refs:rowsperstrip (Results 1 – 4 of 4) sorted by relevance
321 uint32 rowsperstrip; in TIFFReadEncodedStrip() local341 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStrip()342 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStrip()343 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStrip()344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()347 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStrip()348 if (rows>rowsperstrip) in TIFFReadEncodedStrip()349 rows=rowsperstrip; in TIFFReadEncodedStrip()
926 uint32 rowsperstrip; in gtStripContig() local955 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()961 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig()969 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1) in gtStripContig()976 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig()1018 uint32 rowsperstrip, offset_row; in gtStripSeparate() local1066 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()1071 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripSeparate()1075 p0, ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(-1) in gtStripSeparate()1083 … p1, ((row + img->row_offset)%rowsperstrip + nrow) * scanline) == (tmsize_t)(-1) in gtStripSeparate()[all …]
4350 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() local4352 td->td_stripbytecount[strip] = rowbytes * rowsperstrip; in EstimateStripByteCounts()5503 uint32 rowsperstrip; in ChopUpSingleUncompressedStrip() local5522 rowsperstrip = rowblock; in ChopUpSingleUncompressedStrip()5526 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()5535 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()5573 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
3196 # exif-rowsperstrip