Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c2820 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2843 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()