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

  /external/pdfium/third_party/libtiff/
tif_open.c 283 ? TIFF_LITTLEENDIAN : TIFF_BIGENDIAN;
286 ? TIFF_BIGENDIAN : TIFF_LITTLEENDIAN;
325 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN) {
348 if (tif->tif_header.common.tiff_magic != TIFF_BIGENDIAN &&
369 if (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN) {
652 return (tif->tif_header.common.tiff_magic == TIFF_BIGENDIAN);
tiff.h 53 #define TIFF_BIGENDIAN 0x4d4d
    [all...]

Completed in 63 milliseconds