Searched refs:INTENT_RELATIVE_COLORIMETRIC (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmssamp.c | 52 …[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMET… in CreateRoundtripXForm() 206 Intent != INTENT_RELATIVE_COLORIMETRIC && in cmsDetectBlackPoint() 219 … return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); in cmsDetectBlackPoint() 234 Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectBlackPoint() 267 if (Intent == INTENT_RELATIVE_COLORIMETRIC && in cmsDetectBlackPoint() 372 Intent != INTENT_RELATIVE_COLORIMETRIC && in cmsDetectDestinationBlackPoint() 386 … return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); in cmsDetectDestinationBlackPoint() 411 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint() 470 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint() 500 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint()
|
D | cmsgmt.c | 71 IntentList[nProfiles] = INTENT_RELATIVE_COLORIMETRIC; in _cmsChain2Lab() 345 IntentList[nGamutPCSposition] = INTENT_RELATIVE_COLORIMETRIC; in _cmsCreateGamutCheckPipeline() 371 INTENT_RELATIVE_COLORIMETRIC, in _cmsCreateGamutCheckPipeline() 377 INTENT_RELATIVE_COLORIMETRIC, in _cmsCreateGamutCheckPipeline()
|
D | cmscnvrt.c | 98 …{ INTENT_RELATIVE_COLORIMETRIC, "Relative colorimetric", De… 691 return INTENT_RELATIVE_COLORIMETRIC; in TranslateNonICCIntents() 961 bp.LabK2cmyk = _cmsReadInputLUT(hProfiles[nProfiles-1], INTENT_RELATIVE_COLORIMETRIC); in BlackPreservingKPlaneIntents() 992 INTENT_RELATIVE_COLORIMETRIC, in BlackPreservingKPlaneIntents() 1000 INTENT_RELATIVE_COLORIMETRIC, in BlackPreservingKPlaneIntents()
|
D | cmsps2.c | 410 case INTENT_RELATIVE_COLORIMETRIC: intent = "RelativeColorimetric"; break; in EmitIntent() 956 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); in WriteInputMatrixShaper() 1307 RelativeEncodingIntent = INTENT_RELATIVE_COLORIMETRIC; in WriteOutputLUT()
|
D | cmsio1.c | 855 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); in cmsIsCLUT()
|
D | cmsxform.c | 1240 …[0] = nIntent; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Inten… in cmsCreateProofingTransformTHR()
|
/external/ImageMagick/MagickCore/ |
D | profile.c | 1127 case RelativeIntent: intent=INTENT_RELATIVE_COLORIMETRIC; break; in ProfileImage()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1610 #define INTENT_RELATIVE_COLORIMETRIC 1 macro
|