Home
last modified time | relevance | path

Searched refs:TIFF_BEENWRITING (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_flush.c62 tif->tif_flags &= ~TIFF_BEENWRITING; in TIFFFlush()
76 tif->tif_flags &= ~TIFF_BEENWRITING; in TIFFFlush()
101 if ((tif->tif_flags & TIFF_BEENWRITING) == 0) in TIFFFlushData()
A Dtif_write.c38 (((tif)->tif_flags&TIFF_BEENWRITING) || TIFFWriteCheck((tif),0,module))
40 (((tif)->tif_flags&TIFF_BEENWRITING) || TIFFWriteCheck((tif),1,module))
632 tif->tif_flags |= TIFF_BEENWRITING; in TIFFWriteCheck()
A Dtiffiop.h113 #define TIFF_BEENWRITING 0x00040U /* written 1+ scanlines to file */ macro
A Dtif_dir.c768 if (tag != TIFFTAG_IMAGELENGTH && (tif->tif_flags & TIFF_BEENWRITING) && in OkToChangeTag()
1752 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
A Dtif_dirwrite.c403 && (tif->tif_flags & TIFF_BEENWRITING) != 0 ) in TIFFWriteDirectorySec()
421 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP); in TIFFWriteDirectorySec()
A Dtif_dirread.c3591 tif->tif_flags &= ~TIFF_BEENWRITING; /* reset before new dir */ in TIFFReadDirectory()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog4172 data in _TIFFWriteDirectory if TIFF_BEENWRITING not set. Relates
7732 error when TIFF_BEENWRITING is not set. This ensures that the

Completed in 29 milliseconds