Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A 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()
A Dtif_write.c753 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
782 tif->tif_flags |= TIFF_DIRTYSTRIP; in TIFFAppendToStrip()
A Dtiffiop.h128 #define TIFF_DIRTYSTRIP 0x200000U /* stripoffsets/stripbytecount dirty*/ macro
A Dtif_dirwrite.c934 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFWriteDirectorySec()
A Dtif_dirread.c4255 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFReadDirectory()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3697 TIFF_DIRTYSTRIP separately from TIFF_DIRTYDIRECT to indicate that

Completed in 39 milliseconds