Searched refs:TIFF_DIRTYSTRIP (Results 1 – 5 of 5) sorted by relevance
46 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()
751 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()780 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
127 #define TIFF_DIRTYSTRIP 0x200000U /* stripoffsets/stripbytecount dirty*/ macro
926 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFWriteDirectorySec()
4094 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFReadDirectory()