Home
last modified time | relevance | path

Searched refs:TIFF_BIGENDIAN (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_open.c427 (tif->tif_flags & TIFF_SWAB) ? TIFF_LITTLEENDIAN : TIFF_BIGENDIAN;
430 (tif->tif_flags & TIFF_SWAB) ? TIFF_BIGENDIAN : TIFF_LITTLEENDIAN;
469 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN)
494 if (tif->tif_header.common.tiff_magic != TIFF_BIGENDIAN &&
519 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN)
757 return (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN);
Dtiff.h51 #define TIFF_BIGENDIAN 0x4d4d macro