Home
last modified time | relevance | path

Searched refs:TIFF_POSTENCODE (Results 1 – 10 of 10) 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()
433 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
Dtiffiop.h118 #define TIFF_POSTENCODE 0x01000 /* need call to postencode routine */ macro
Dtif_dir.c1687 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
Dtif_dirwrite.c383 if (tif->tif_flags & TIFF_POSTENCODE) in TIFFWriteDirectorySec()
385 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteDirectorySec()
/external/opencv3/3rdparty/libtiff/
Dtif_flush.c103 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()
104 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
Dtif_write.c140 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()
240 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()
389 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
Dtiffiop.h113 #define TIFF_POSTENCODE 0x01000 /* need call to postencode routine */ macro
Dtif_dir.c1641 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
Dtif_dirwrite.c383 if (tif->tif_flags & TIFF_POSTENCODE) in TIFFWriteDirectorySec()
385 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteDirectorySec()