cmsDetectBlackPoint 1870 include/lcms2.h CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags); cmsDetectBlackPoint 402 src/cmscnvrt.c cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); cmsDetectBlackPoint 878 src/cmsps2.c cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); cmsDetectBlackPoint 956 src/cmsps2.c cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); cmsDetectBlackPoint 1339 src/cmsps2.c cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); cmsDetectBlackPoint 404 src/cmssamp.c return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags); cmsDetectBlackPoint 416 src/cmssamp.c if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) {