Searched refs:cmsIsIntentSupported (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmssamp.c | 80 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) { in BlackPointAsDarkerColorant() 155 if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) { in BlackPointUsingPerceptualBlack()
|
D | cmsio1.c | 854 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/ |
D | lcms2.h | 1478 CMSAPI cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Inten…
|