Searched refs:rowstoread (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 398 uint32 row, y, nrow, rowstoread; in getStripContig1Bit() local 424 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in getStripContig1Bit() 425 nrow = (row + rowstoread > h ? h - row : rowstoread); in getStripContig1Bit()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 629 uint32 col, row, y, rowstoread; in gtTileContig() local 668 rowstoread = th - (row + img->row_offset) % th; in gtTileContig() 669 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileContig() 740 uint32 col, row, y, rowstoread; in gtTileSeparate() local 811 rowstoread = th - (row + img->row_offset) % th; in gtTileSeparate() 812 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate() 909 uint32 row, y, nrow, nrowsub, rowstoread; in gtStripContig() local 947 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig() 948 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtStripContig() 1002 uint32 row, y, nrow, rowstoread; in gtStripSeparate() local [all …]
|