Searched refs:INTENT_ABSOLUTE_COLORIMETRIC (Results 1 – 6 of 6) sorted by relevance
411 case INTENT_ABSOLUTE_COLORIMETRIC: intent = "AbsoluteColorimetric"; break; in EmitIntent()1306 if (RelativeEncodingIntent == INTENT_ABSOLUTE_COLORIMETRIC) in WriteOutputLUT()1343 EmitPQRStage(m, hProfile, lDoBPC, Intent == INTENT_ABSOLUTE_COLORIMETRIC); in WriteOutputLUT()1353 if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) in WriteOutputLUT()
345 if (Intent >= INTENT_PERCEPTUAL && Intent <= INTENT_ABSOLUTE_COLORIMETRIC) { in _cmsReadInputLUT()597 if (Intent >= INTENT_PERCEPTUAL && Intent <= INTENT_ABSOLUTE_COLORIMETRIC) { in _cmsReadOutputLUT()721 if (Intent < INTENT_PERCEPTUAL || Intent > INTENT_ABSOLUTE_COLORIMETRIC) in _cmsReadDevicelinkLUT()
100 …{ INTENT_ABSOLUTE_COLORIMETRIC, "Absolute colorimetric", De…380 if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) { in ComputeConversion()1061 if (TheIntents[i] == INTENT_ABSOLUTE_COLORIMETRIC) in _cmsLinkProfiles()
779 if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) in OptimizeByResampling()1203 if (Intent == INTENT_ABSOLUTE_COLORIMETRIC) in OptimizeByComputingLinearization()
1065 case AbsoluteIntent: intent=INTENT_ABSOLUTE_COLORIMETRIC; break; in ProfileImage()
1612 #define INTENT_ABSOLUTE_COLORIMETRIC 3 macro