cmsIsIntentSupported 1476 include/lcms2.h CMSAPI cmsBool           CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);
cmsIsIntentSupported  843 src/cmsio1.c              return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) &&
cmsIsIntentSupported  844 src/cmsio1.c                     cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT);
cmsIsIntentSupported   80 src/cmssamp.c      if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) {
cmsIsIntentSupported  155 src/cmssamp.c      if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) {