Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c153 uint16 inkset; in TIFFRGBAImageOK() local
154 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
155 if (inkset != INKSET_CMYK) { in TIFFRGBAImageOK()
158 "InkSet", inkset); in TIFFRGBAImageOK()
431 uint16 inkset; in TIFFRGBAImageBegin() local
432 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
433 if (inkset != INKSET_CMYK) { in TIFFRGBAImageBegin()
435 "InkSet", inkset); in TIFFRGBAImageBegin()