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 806 if (tif->tif_flags&TIFF_SWAB)
824 if (tif->tif_flags&TIFF_SWAB)
909 if (tif->tif_flags&TIFF_SWAB)
927 if (tif->tif_flags&TIFF_SWAB)
945 if (tif->tif_flags&TIFF_SWAB)
963 if (tif->tif_flags&TIFF_SWAB)
981 if (tif->tif_flags&TIFF_SWAB)
999 if (tif->tif_flags&TIFF_SWAB)
1088 if (tif->tif_flags&TIFF_SWAB)
1106 if (tif->tif_flags&TIFF_SWAB)
    [all...]
tif_dirwrite.c 260 if (tif->tif_flags & TIFF_SWAB)
269 if (tif->tif_flags & TIFF_SWAB)
319 if (tif->tif_flags & TIFF_SWAB)
335 if (tif->tif_flags & TIFF_SWAB)
847 if (tif->tif_flags&TIFF_SWAB)
854 if (tif->tif_flags&TIFF_SWAB)
858 if (tif->tif_flags&TIFF_SWAB)
863 if (tif->tif_flags&TIFF_SWAB)
873 if (tif->tif_flags&TIFF_SWAB)
883 if (tif->tif_flags&TIFF_SWAB)
    [all...]
tif_dir.c 210 if (tif->tif_flags & TIFF_SWAB) {
    [all...]
tif_predict.c 153 if (tif->tif_flags & TIFF_SWAB) {
184 if (tif->tif_flags & TIFF_SWAB) {
232 if (tif->tif_flags & TIFF_SWAB) {
tiffiop.h 113 #define TIFF_SWAB 0x00080U /* byte swap file information */
tif_pixarlog.c 841 if (tif->tif_flags & TIFF_SWAB)
    [all...]

Completed in 87 milliseconds