Home
last modified time | relevance | path

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

/external/opencv3/cmake/
DOpenCVFindLibsGrfmt.cmake35 …ocv_parse_header("${TIFF_INCLUDE_DIR}/tiff.h" TIFF_VERSION_LINES TIFF_VERSION_CLASSIC TIFF_VERSION…
46 …ocv_parse_header("${${TIFF_LIBRARY}_SOURCE_DIR}/tiff.h" TIFF_VERSION_LINES TIFF_VERSION_CLASSIC TI…
49 if(TIFF_VERSION_CLASSIC AND NOT TIFF_VERSION)
50 set(TIFF_VERSION ${TIFF_VERSION_CLASSIC})
/external/opencv3/3rdparty/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
/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