Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h413 #define TIFFTAG_RICHTIFFIPTC 33723 macro
Dtif_print.c196 case TIFFTAG_RICHTIFFIPTC: in _TIFFPrettyPrintField()
Dtif_dirinfo.c141 …{ TIFFTAG_RICHTIFFIPTC, -3, -3, TIFF_LONG, 0, TIFF_SETGET_C32_UINT32, TIFF_SETGET_UNDEFINED, FIELD…
/external/ImageMagick/coders/
Dtiff.c693 #if defined(TIFFTAG_RICHTIFFIPTC) in TIFFGetProfiles()
694 if ((TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&profile) == 1) && in TIFFGetProfiles()
3414 (void) TIFFSetField(tiff,TIFFTAG_RICHTIFFIPTC,(uint32) in TIFFSetProfiles()