Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_read.c149 (unsigned long) tif->tif_col, in TIFFReadAndRealloc()
170 (unsigned long) tif->tif_col, in TIFFReadAndRealloc()
703 (unsigned long) tif->tif_col, in TIFFReadRawStripOrTile2()
1104 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1114 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1121 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1143 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1151 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1480 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFStartTile()
H A Dtif_write.c439 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFWriteEncodedTile()
H A Dtif_dirread.c4291 tif->tif_col = (uint32) -1; in TIFFReadDirectory()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h168 uint32 tif_col; /* current column (offset by row too) */ member