Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h297 #define TIFFTAG_INKSET 332 /* !inks in separated image */ macro
Dtif_aux.c265 case TIFFTAG_INKSET: in TIFFVGetFieldDefaulted()
Dtif_print.c153 case TIFFTAG_INKSET: in _TIFFPrettyPrintField()
Dtif_getimage.c154 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
432 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
Dtif_dirinfo.c105 …{ TIFFTAG_INKSET, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0,…
/external/ImageMagick/coders/
Dtiff.c3546 (void) TIFFSetField(tiff,TIFFTAG_INKSET,INKSET_CMYK); in WriteTIFFImage()