Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_open.c290 tif->tif_header.common.tiff_version = TIFF_VERSION_CLASSIC;
380 if ((tif->tif_header.common.tiff_version != TIFF_VERSION_CLASSIC)&&
388 if (tif->tif_header.common.tiff_version == TIFF_VERSION_CLASSIC)
Dtiff.h50 #define TIFF_VERSION_CLASSIC 42 macro