• Home
  • Raw
  • Download

Lines Matching refs:Intent

65                                     cmsUInt32Number Intent,  in BlackPointAsDarkerColorant()  argument
80 if (!cmsIsIntentSupported(hInput, Intent, LCMS_USED_AS_INPUT)) { in BlackPointAsDarkerColorant()
113 hLab, TYPE_Lab_DBL, Intent, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); in BlackPointAsDarkerColorant()
191 …tBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number d… in cmsDetectBlackPoint() argument
205 if (Intent != INTENT_PERCEPTUAL && in cmsDetectBlackPoint()
206 Intent != INTENT_RELATIVE_COLORIMETRIC && in cmsDetectBlackPoint()
207 Intent != INTENT_SATURATION) { in cmsDetectBlackPoint()
215 (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { in cmsDetectBlackPoint()
234 Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectBlackPoint()
267 if (Intent == INTENT_RELATIVE_COLORIMETRIC && in cmsDetectBlackPoint()
273 return BlackPointAsDarkerColorant(hProfile, Intent, BlackPoint, dwFlags); in cmsDetectBlackPoint()
347 …nBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number d… in cmsDetectDestinationBlackPoint() argument
371 if (Intent != INTENT_PERCEPTUAL && in cmsDetectDestinationBlackPoint()
372 Intent != INTENT_RELATIVE_COLORIMETRIC && in cmsDetectDestinationBlackPoint()
373 Intent != INTENT_SATURATION) { in cmsDetectDestinationBlackPoint()
382 (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { in cmsDetectDestinationBlackPoint()
398 if (!cmsIsCLUT(hProfile, Intent, LCMS_USED_AS_OUTPUT ) || in cmsDetectDestinationBlackPoint()
404 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags); in cmsDetectDestinationBlackPoint()
411 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint()
416 if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) { in cmsDetectDestinationBlackPoint()
436 hRoundTrip = CreateRoundtripXForm(hProfile, Intent); in cmsDetectDestinationBlackPoint()
470 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint()
500 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint()