Searched refs:TIFF_ISTILED (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffiop.h87 #define TIFF_ISTILED 0x0400 /* file is tile, not strip- based */ macro
165 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
H A Dtif_dir.c317 tif->tif_flags |= TIFF_ISTILED;
328 tif->tif_flags |= TIFF_ISTILED;
1171 tif->tif_flags &= ~TIFF_ISTILED;
H A Dtif_dirread.c397 tif->tif_flags &= ~TIFF_ISTILED;
400 tif->tif_flags |= TIFF_ISTILED;
611 (tif->tif_flags & (TIFF_STRIPCHOP|TIFF_ISTILED)) == TIFF_STRIPCHOP)

Completed in 41 milliseconds