Searched refs:TIFF_NOBITREV (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_read.c259 (isFillOrder(tif, td->td_fillorder) || (tif->tif_flags & TIFF_NOBITREV))) {
313 (tif->tif_flags & TIFF_NOBITREV) == 0)
456 (isFillOrder(tif, td->td_fillorder) || (tif->tif_flags & TIFF_NOBITREV))) {
500 (tif->tif_flags & TIFF_NOBITREV) == 0)
H A Dtif_write.c245 (tif->tif_flags & TIFF_NOBITREV) == 0)
406 (tif->tif_flags & TIFF_NOBITREV) == 0)
680 (tif->tif_flags & TIFF_NOBITREV) == 0)
H A Dtif_compress.c154 tif->tif_flags &= ~TIFF_NOBITREV;
H A Dtiffiop.h85 #define TIFF_NOBITREV 0x0100 /* inhibit bit reversal logic */ macro
H A Dtif_fax3.c1299 tif->tif_flags |= TIFF_NOBITREV; /* decoder does bit reversal */
H A Dtif_jpeg.c1661 tif->tif_flags |= TIFF_NOBITREV; /* no bit reversal, please */
H A Dtif_ojpeg.c2609 tif->tif_flags |= TIFF_NOBITREV; /* No bit-reversal within data bytes */

Completed in 53 milliseconds