Searched refs:TIFF_CODERSETUP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_write.c112 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
115 tif->tif_flags |= TIFF_CODERSETUP;
212 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
215 tif->tif_flags |= TIFF_CODERSETUP;
381 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
384 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtif_read.c553 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
556 tif->tif_flags |= TIFF_CODERSETUP;
575 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
578 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtiffiop.h82 #define TIFF_CODERSETUP 0x0020 /* encoder/decoder setup done */ macro
H A Dtif_dir.c172 tif->tif_flags &= ~TIFF_CODERSETUP;

Completed in 104 milliseconds