Home
last modified time | relevance | path

Searched refs:TIFFTAG_ICCPROFILE (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiff.h408 #define TIFFTAG_ICCPROFILE 34675 /* ICC profile data */ macro
Dtif_print.c211 case TIFFTAG_ICCPROFILE: in _TIFFPrettyPrintField()
Dtif_dirinfo.c136 …{ TIFFTAG_ICCPROFILE, -3, -3, TIFF_UNDEFINED, 0, TIFF_SETGET_C32_UINT8, TIFF_SETGET_UNDEFINED, FIE…
DChangeLog2278 * libtiff/tif_dirinfo.c: Change definitions for TIFFTAG_ICCPROFILE,
/external/pdfium/third_party/libtiff/
Dtiff.h438 #define TIFFTAG_ICCPROFILE 34675 /* ICC profile data */ macro
Dtif_print.c213 case TIFFTAG_ICCPROFILE: in _TIFFPrettyPrintField()
Dtif_dirinfo.c138 …{ TIFFTAG_ICCPROFILE, -3, -3, TIFF_UNDEFINED, 0, TIFF_SETGET_C32_UINT8, TIFF_SETGET_UNDEFINED, FIE…
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp302 TIFFGetField(tif_ctx, TIFFTAG_ICCPROFILE, &tif_icc_size, &tif_icc_buf); in LoadFrameInfo()