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