Searched refs:rows_per_strip (Results 1 – 1 of 1) sorted by relevance
1267 rows_per_strip, in ReadTIFFImage() local1737 rows_per_strip=(uint32) image->rows; in ReadTIFFImage()1738 if (TIFFGetField(tiff,TIFFTAG_ROWSPERSTRIP,&rows_per_strip) == 1) in ReadTIFFImage()1744 (unsigned int) rows_per_strip); in ReadTIFFImage()1747 if (rows_per_strip > (uint32) image->rows) in ReadTIFFImage()1748 rows_per_strip=(uint32) image->rows; in ReadTIFFImage()1777 log(2.0))),image->columns*rows_per_strip)); in ReadTIFFImage()1945 rows_remaining=rows_per_strip; in ReadTIFFImage()1946 if ((y+rows_per_strip) > (ssize_t) image->rows) in ReadTIFFImage()1947 rows_remaining=(rows_per_strip-(y+rows_per_strip- in ReadTIFFImage()[all …]