Searched refs:TIFF_POSTENCODE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_flush.c60 if (tif->tif_flags & TIFF_POSTENCODE) {
61 tif->tif_flags &= ~TIFF_POSTENCODE;
H A Dtif_write.c119 tif->tif_flags |= TIFF_POSTENCODE;
232 tif->tif_flags &= ~TIFF_POSTENCODE;
386 tif->tif_flags &= ~TIFF_POSTENCODE;
H A Dtiffiop.h89 #define TIFF_POSTENCODE 0x1000 /* need call to postencode routine */ macro
H A Dtif_dirwrite.c114 if (tif->tif_flags & TIFF_POSTENCODE) {
115 tif->tif_flags &= ~TIFF_POSTENCODE;
H A Dtif_dir.c1375 tif->tif_flags &= ~(TIFF_BEENWRITING|TIFF_BUFFERSETUP|TIFF_POSTENCODE);

Completed in 33 milliseconds