Searched refs:cmsIsIntentSupported (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/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 | 841 return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) && in cmsIsCLUT() 842 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); in cmsIsCLUT() 855 cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, in cmsIsIntentSupported() function
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1473 CMSAPI cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Inten…
|