Searched refs:cmsIsIntentSupported (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssamp.c107 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) {
183 if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) {
H A Dcmsio1.c832 return cmsIsIntentSupported(hProfile, Intent, LCMS_USED_AS_INPUT) &&
833 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT);
846 cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, function
H A Dlcms2.h1453 CMSAPI cmsBool CMSEXPORT cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);

Completed in 47 milliseconds