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