Searched refs:rows_to_read (Results 1 – 1 of 1) sorted by relevance
2921 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStripExt() local2944 rows_to_read = img.height - row; in TIFFReadRGBAStripExt()2946 rows_to_read = rowsperstrip; in TIFFReadRGBAStripExt()2948 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStripExt()