Searched refs:TIFF_SWAB (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_open.c92 tif->tif_flags |= TIFF_SWAB;
96 tif->tif_flags |= TIFF_SWAB;
240 tif->tif_flags |= TIFF_SWAB;
244 tif->tif_flags |= TIFF_SWAB;
286 tif->tif_header.tiff_magic = tif->tif_flags & TIFF_SWAB
290 if (tif->tif_flags & TIFF_SWAB)
334 if (tif->tif_flags & TIFF_SWAB) {
476 return ((tif->tif_flags & TIFF_SWAB) != 0);
H A Dtif_dirwrite.c361 if (tif->tif_flags & TIFF_SWAB) {
1064 if (tif->tif_flags & TIFF_SWAB) {
1149 if (tif->tif_flags & TIFF_SWAB)
1157 if (tif->tif_flags & TIFF_SWAB)
1190 if (tif->tif_flags & TIFF_SWAB)
1238 if (tif->tif_flags & TIFF_SWAB)
1246 if (tif->tif_flags & TIFF_SWAB)
H A Dtif_dir.c152 if (tif->tif_flags & TIFF_SWAB) {
1191 if (tif->tif_flags & TIFF_SWAB)
1203 if (tif->tif_flags & TIFF_SWAB)
1215 if (tif->tif_flags & TIFF_SWAB)
1228 if (tif->tif_flags & TIFF_SWAB)
1356 if (tif->tif_flags & TIFF_SWAB)
H A Dtif_dirread.c148 if (tif->tif_flags & TIFF_SWAB)
175 if (tif->tif_flags & TIFF_SWAB)
194 if (tif->tif_flags & TIFF_SWAB)
237 if (tif->tif_flags & TIFF_SWAB) {
753 if (tif->tif_flags & TIFF_SWAB) {
788 if (tif->tif_flags & TIFF_SWAB)
H A Dtiffiop.h84 #define TIFF_SWAB 0x0080 /* byte swap file information */ macro
H A Dtif_predict.c112 if (tif->tif_flags&TIFF_SWAB) {
H A Dtif_pixarlog.c767 if (tif->tif_flags & TIFF_SWAB)
H A Dtif_ojpeg.c2588 if (tif->tif_flags & TIFF_SWAB) TIFFSwabShort(&dircount);

Completed in 117 milliseconds