Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h116 #define TIFF_ISTILED 0x00400U /* file is tile, not strip- based */ macro
213 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
Dtif_dir.c385 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
396 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
1417 tif->tif_flags &= ~TIFF_ISTILED; in TIFFDefaultDirectory()
Dtif_dirread.c3631 tif->tif_flags &= ~TIFF_ISTILED; in TIFFReadDirectory()
3634 tif->tif_flags |= TIFF_ISTILED; in TIFFReadDirectory()
4083 ((tif->tif_flags&(TIFF_STRIPCHOP|TIFF_ISTILED))==TIFF_STRIPCHOP)) in TIFFReadDirectory()