Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_flush.c44 if( (tif->tif_flags & TIFF_DIRTYSTRIP) in TIFFFlush()
52 if ((tif->tif_flags & (TIFF_DIRTYDIRECT|TIFF_DIRTYSTRIP)) in TIFFFlush()
103 if( !(tif->tif_flags & TIFF_DIRTYSTRIP) ) in TIFFForceStrileArrayWriting()
137 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFForceStrileArrayWriting()
Dtif_write.c763 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
792 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
Dtiffiop.h139 #define TIFF_DIRTYSTRIP 0x200000U /* stripoffsets/stripbytecount dirty*/ macro
Dtif_dirwrite.c976 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFWriteDirectorySec()
Dtif_dirread.c4292 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFReadDirectory()