Home
last modified time | relevance | path

Searched refs:TIFFTAG_RICHTIFFIPTC (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h411 #define TIFFTAG_RICHTIFFIPTC 33723 macro
Dtif_print.c198 case TIFFTAG_RICHTIFFIPTC: in _TIFFPrettyPrintField()
Dtif_dirinfo.c143 …{ TIFFTAG_RICHTIFFIPTC, -3, -3, TIFF_LONG, 0, TIFF_SETGET_C32_UINT32, TIFF_SETGET_UNDEFINED, FIELD…
/external/ImageMagick/coders/
Dtiff.c684 #if defined(TIFFTAG_RICHTIFFIPTC) in TIFFGetProfiles()
685 if ((TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&profile) == 1) && in TIFFGetProfiles()
3261 (void) TIFFSetField(tiff,TIFFTAG_RICHTIFFIPTC,(uint32) in TIFFSetProfiles()