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.c159 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()
160 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
Dtif_write.c142 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()
270 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()
446 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
Dtiffiop.h130 #define TIFF_POSTENCODE 0x01000U /* need call to postencode routine */ macro
Dtif_dir.c1767 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
Dtif_dirwrite.c426 if (tif->tif_flags & TIFF_POSTENCODE) in TIFFWriteDirectorySec()
428 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteDirectorySec()