Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssamp.c80 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) { in BlackPointAsDarkerColorant()
155 if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) { in BlackPointUsingPerceptualBlack()
Dcmsio1.c849 case LCMS_USED_AS_INPUT: TagTable = Device2PCS16; break; in cmsIsCLUT()
854 return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) && in cmsIsCLUT()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1474 #define LCMS_USED_AS_INPUT 0 macro