Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c3232 uint32_t rowsperstrip, rows_to_read; in TIFFReadRGBAStripExt() local
3258 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()