Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c155 uint16 inkset; in TIFFRGBAImageOK() local
156 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
157 if (inkset != INKSET_CMYK) { in TIFFRGBAImageOK()
160 "InkSet", inkset); in TIFFRGBAImageOK()
433 uint16 inkset; in TIFFRGBAImageBegin() local
434 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
435 if (inkset != INKSET_CMYK) { in TIFFRGBAImageBegin()
437 "InkSet", inkset); in TIFFRGBAImageBegin()