Home
last modified time | relevance | path

Searched refs:INTENT_RELATIVE_COLORIMETRIC (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmssamp.c52 …[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()
Dcmsgmt.c71 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()
Dcmscnvrt.c98 …{ 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()
Dcmsps2.c410 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()
Dcmsio1.c842 cmsIsIntentSupported(hProfile, INTENT_RELATIVE_COLORIMETRIC, LCMS_USED_AS_OUTPUT); in cmsIsCLUT()
Dcmsxform.c1040 …[0] = nIntent; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Inten… in cmsCreateProofingTransformTHR()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1605 #define INTENT_RELATIVE_COLORIMETRIC 1 macro