Home
last modified time | relevance | path

Searched refs:TIFFTAG_INKSET (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h295 #define TIFFTAG_INKSET 332 /* !inks in separated image */ macro
Dtif_aux.c231 case TIFFTAG_INKSET: in TIFFVGetFieldDefaulted()
Dtif_print.c155 case TIFFTAG_INKSET: in _TIFFPrettyPrintField()
Dtif_dirinfo.c107 …{ TIFFTAG_INKSET, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0,…
Dtif_getimage.c156 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
434 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
/external/ImageMagick/coders/
Dtiff.c3678 (void) TIFFSetField(tiff,TIFFTAG_INKSET,INKSET_CMYK); in WriteTIFFImage()