Home
last modified time | relevance | path

Searched refs:cmsIsIntentSupported (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.c854 return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) && in cmsIsCLUT()
855 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); in cmsIsCLUT()
868 cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, in cmsIsIntentSupported() function
/external/pdfium/third_party/lcms/include/
Dlcms2.h1478 CMSAPI cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Inten…