HomeSort by relevance Sort by last modified time
    Searched refs:TIFF_SWAB (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libtiff/
tif_open.c 223 tif->tif_flags |= TIFF_SWAB;
229 tif->tif_flags |= TIFF_SWAB;
282 tif->tif_header.common.tiff_magic = tif->tif_flags & TIFF_SWAB
285 tif->tif_header.common.tiff_magic = tif->tif_flags & TIFF_SWAB
292 if (tif->tif_flags & TIFF_SWAB)
302 if (tif->tif_flags & TIFF_SWAB)
327 tif->tif_flags |= TIFF_SWAB;
331 tif->tif_flags |= TIFF_SWAB;
371 tif->tif_flags |= TIFF_SWAB;
375 tif->tif_flags |= TIFF_SWAB;
    [all...]
tif_dirread.c 802 if (tif->tif_flags&TIFF_SWAB)
820 if (tif->tif_flags&TIFF_SWAB)
905 if (tif->tif_flags&TIFF_SWAB)
923 if (tif->tif_flags&TIFF_SWAB)
941 if (tif->tif_flags&TIFF_SWAB)
959 if (tif->tif_flags&TIFF_SWAB)
977 if (tif->tif_flags&TIFF_SWAB)
995 if (tif->tif_flags&TIFF_SWAB)
1084 if (tif->tif_flags&TIFF_SWAB)
1102 if (tif->tif_flags&TIFF_SWAB)
    [all...]
tif_dirwrite.c 259 if (tif->tif_flags & TIFF_SWAB)
268 if (tif->tif_flags & TIFF_SWAB)
318 if (tif->tif_flags & TIFF_SWAB)
334 if (tif->tif_flags & TIFF_SWAB)
832 if (tif->tif_flags&TIFF_SWAB)
839 if (tif->tif_flags&TIFF_SWAB)
843 if (tif->tif_flags&TIFF_SWAB)
848 if (tif->tif_flags&TIFF_SWAB)
858 if (tif->tif_flags&TIFF_SWAB)
    [all...]
tif_dir.c 198 if (tif->tif_flags & TIFF_SWAB) {
    [all...]
tif_predict.c 144 if (tif->tif_flags & TIFF_SWAB) {
175 if (tif->tif_flags & TIFF_SWAB) {
223 if (tif->tif_flags & TIFF_SWAB) {
tiffiop.h 113 #define TIFF_SWAB 0x00080 /* byte swap file information */
tif_pixarlog.c 822 if (tif->tif_flags & TIFF_SWAB)
    [all...]

Completed in 459 milliseconds