Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c625 uint32 col, row, y, rowstoread; in gtTileContig() local
684 rowstoread = th - (row + img->row_offset) % th; in gtTileContig()
685 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileContig()
772 uint32 col, row, y, rowstoread; in gtTileSeparate() local
832 rowstoread = th - (row + img->row_offset) % th; in gtTileSeparate()
833 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate()
953 uint32 row, y, nrow, nrowsub, rowstoread; in gtStripContig() local
991 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig()
992 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtStripContig()
1053 uint32 row, y, nrow, rowstoread; in gtStripSeparate() local
[all …]
D0017-safe_skews_in_gtTileContig.patch61 rowstoread = th - (row + img->row_offset) % th;