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.c46 if( (tif->tif_flags & TIFF_DIRTYSTRIP) in TIFFFlush()
61 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFFlush()
75 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFFlush()
82 if ((tif->tif_flags & (TIFF_DIRTYDIRECT|TIFF_DIRTYSTRIP)) in TIFFFlush()
Dtif_write.c751 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
780 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
Dtiffiop.h127 #define TIFF_DIRTYSTRIP 0x200000U /* stripoffsets/stripbytecount dirty*/ macro
Dtif_dirwrite.c926 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFWriteDirectorySec()
Dtif_dirread.c4094 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFReadDirectory()