Searched refs:TIFFTAG_INKSET (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 295 #define TIFFTAG_INKSET 332 /* !inks in separated image */ macro
|
D | tif_aux.c | 231 case TIFFTAG_INKSET: in TIFFVGetFieldDefaulted()
|
D | tif_print.c | 155 case TIFFTAG_INKSET: in _TIFFPrettyPrintField()
|
D | tif_dirinfo.c | 107 …{ TIFFTAG_INKSET, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0,…
|
D | tif_getimage.c | 156 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK() 434 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
|
/external/ImageMagick/coders/ |
D | tiff.c | 3678 (void) TIFFSetField(tiff,TIFFTAG_INKSET,INKSET_CMYK); in WriteTIFFImage()
|