Searched refs:cmsDetectBlackPoint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssamp.c219 cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) function
415 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags);
429 if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) {
567 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags);
H A Dcmsps2.c911 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0);
988 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0);
1371 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0);
H A Dcmscnvrt.c376 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0);
H A Dlcms2.h1829 CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags);

Completed in 61 milliseconds