Home
last modified time | relevance | path

Searched refs:TIFF_POSTENCODE (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_flush.c103 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()
104 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
Dtif_write.c144 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()
260 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()
450 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
Dtiffiop.h118 #define TIFF_POSTENCODE 0x01000U /* need call to postencode routine */ macro
Dtif_dir.c1747 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
Dtif_dirwrite.c384 if (tif->tif_flags & TIFF_POSTENCODE) in TIFFWriteDirectorySec()
386 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteDirectorySec()