Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_read.c692 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
702 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
709 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
731 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
739 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1017 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFStartTile()
Dtiffiop.h152 uint32 tif_col; /* current column (offset by row too) */ member
Dtif_write.c426 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFWriteEncodedTile()
Dtif_dirread.c4046 tif->tif_col = (uint32) -1; in TIFFReadDirectory()
/external/opencv3/3rdparty/libtiff/
Dtif_read.c692 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
702 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
709 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
731 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
739 (unsigned long) tif->tif_col, in TIFFReadRawTile1()
1004 tif->tif_col = in TIFFStartTile()
Dtiffiop.h147 uint32 tif_col; /* current column (offset by row too) */ member
Dtif_write.c381 tif->tif_col = (tile % TIFFhowmany_32(td->td_imagewidth, td->td_tilewidth)) in TIFFWriteEncodedTile()
Dtif_dirread.c4050 tif->tif_col = (uint32) -1; in TIFFReadDirectory()