Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h128 #define TIFF_ISTILED 0x00400U /* file is tile, not strip- based */ macro
228 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
Dtif_dir.c399 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
410 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
1437 tif->tif_flags &= ~TIFF_ISTILED; in TIFFDefaultDirectory()
Dtif_dirread.c3800 tif->tif_flags &= ~TIFF_ISTILED; in TIFFReadDirectory()
3803 tif->tif_flags |= TIFF_ISTILED; in TIFFReadDirectory()
4186 && !(tif->tif_flags&TIFF_ISTILED) in TIFFReadDirectory()
4272 ((tif->tif_flags&(TIFF_STRIPCHOP|TIFF_ISTILED))==TIFF_STRIPCHOP)) in TIFFReadDirectory()
4282 (tif->tif_flags&(TIFF_STRIPCHOP|TIFF_ISTILED)) == TIFF_STRIPCHOP && in TIFFReadDirectory()
5922 assert( (tif->tif_flags&(TIFF_STRIPCHOP|TIFF_ISTILED)) == TIFF_STRIPCHOP ); in TryChopUpUncompressedBigTiff()