Searched refs:rows_to_read (Results 1 – 1 of 1) sorted by relevance
3232 uint32_t rowsperstrip, rows_to_read; in TIFFReadRGBAStripExt() local3258 rows_to_read = img.height - row; in TIFFReadRGBAStripExt()3260 rows_to_read = rowsperstrip; in TIFFReadRGBAStripExt()3262 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read); in TIFFReadRGBAStripExt()