Searched refs:TIFF_STRIPCHOP (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 Dtiffconf.h129 #define STRIPCHOP_DEFAULT TIFF_STRIPCHOP /* default is to enable */
H A Dtif_open.c268 tif->tif_flags |= TIFF_STRIPCHOP;
272 tif->tif_flags &= ~TIFF_STRIPCHOP;
H A Dtiffiop.h92 #define TIFF_STRIPCHOP 0x8000 /* enable strip chopping support */ macro
H A Dtif_dirread.c611 (tif->tif_flags & (TIFF_STRIPCHOP|TIFF_ISTILED)) == TIFF_STRIPCHOP)

Completed in 122 milliseconds