Home
last modified time | relevance | path

Searched refs:rows_to_read (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c2822 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2845 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()