Home
last modified time | relevance | path

Searched refs:INKSET_CMYK (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h296 #define INKSET_CMYK 1 /* !cyan-magenta-yellow-black color */ macro
Dtif_aux.c232 *va_arg(ap, uint16 *) = INKSET_CMYK; in TIFFVGetFieldDefaulted()
Dtif_print.c159 case INKSET_CMYK: in _TIFFPrettyPrintField()
Dtif_getimage.c157 if (inkset != INKSET_CMYK) { in TIFFRGBAImageOK()
435 if (inkset != INKSET_CMYK) { in TIFFRGBAImageBegin()
/external/ImageMagick/coders/
Dtiff.c3678 (void) TIFFSetField(tiff,TIFFTAG_INKSET,INKSET_CMYK); in WriteTIFFImage()