Searched refs:rows_to_read (Results 1 – 1 of 1) sorted by relevance
2820 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local2843 rows_to_read = img.height - row; in TIFFReadRGBAStrip()2845 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()2847 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()