Searched refs:INTENT_RELATIVE_COLORIMETRIC (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/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() 393 Intent != INTENT_RELATIVE_COLORIMETRIC && in cmsDetectDestinationBlackPoint() 407 … return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); in cmsDetectDestinationBlackPoint() 432 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint() 492 if (Intent == INTENT_RELATIVE_COLORIMETRIC) { in cmsDetectDestinationBlackPoint() 525 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… 672 return INTENT_RELATIVE_COLORIMETRIC; in TranslateNonICCIntents() 942 bp.LabK2cmyk = _cmsReadInputLUT(hProfiles[nProfiles-1], INTENT_RELATIVE_COLORIMETRIC); in BlackPreservingKPlaneIntents() 973 INTENT_RELATIVE_COLORIMETRIC, in BlackPreservingKPlaneIntents() 981 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 | 842 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); in cmsIsCLUT()
|
D | cmsxform.c | 1040 …[0] = nIntent; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Inten… in cmsCreateProofingTransformTHR()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1605 #define INTENT_RELATIVE_COLORIMETRIC 1 macro
|