Searched refs:TIFF_POSTENCODE (Results 1 – 5 of 5) sorted by relevance
103 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()104 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
144 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()260 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()450 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
118 #define TIFF_POSTENCODE 0x01000U /* need call to postencode routine */ macro
1747 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
384 if (tif->tif_flags & TIFF_POSTENCODE) in TIFFWriteDirectorySec()386 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteDirectorySec()