Searched defs:inkset (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c151 uint16 inkset; local
152 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
153 if (inkset != INKSET_CMYK) {
156 "InkSet", inkset);
417 uint16 inkset; local
418 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset);
419 if (inkset != INKSET_CMYK) {
421 "InkSet", inkset);

Completed in 93 milliseconds