Searched refs:TIFF_BUFFERSETUP (Results 1 – 5 of 5) sorted by relevance
42 ((((tif)->tif_flags & TIFF_BUFFERSETUP) && tif->tif_rawdata) || \674 tif->tif_flags |= TIFF_BUFFERSETUP; in TIFFWriteBufferSetup()
468 tif->tif_flags |= TIFF_BUFFERSETUP;
111 #define TIFF_BUFFERSETUP 0x00010U /* data buffers setup */ macro
1752 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE|TIFF_BUF4WRITE); in TIFFUnlinkDirectory()
421 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP); in TIFFWriteDirectorySec()
Completed in 13 milliseconds