Home
last modified time | relevance | path

Searched refs:INTENT_PERCEPTUAL (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmssamp.c155 if (!cmsIsIntentSupported(hProfile, INTENT_PERCEPTUAL, LCMS_USED_AS_INPUT)) { in BlackPointUsingPerceptualBlack()
161 hRoundTrip = CreateRoundtripXForm(hProfile, INTENT_PERCEPTUAL); in BlackPointUsingPerceptualBlack()
205 if (Intent != INTENT_PERCEPTUAL && in cmsDetectBlackPoint()
215 (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { in cmsDetectBlackPoint()
371 if (Intent != INTENT_PERCEPTUAL && in cmsDetectDestinationBlackPoint()
382 (Intent == INTENT_PERCEPTUAL || Intent == INTENT_SATURATION)) { in cmsDetectDestinationBlackPoint()
Dcmsvirt.c123 cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); in cmsCreateRGBProfileTHR()
243 cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); in cmsCreateGrayProfileTHR()
306 cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); in cmsCreateLinearizationDeviceLinkTHR()
425 cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); in cmsCreateInkLimitingDeviceLinkTHR()
770 cmsSetHeaderRenderingIntent(hICC, INTENT_PERCEPTUAL); in cmsCreateBCHSWabstractProfileTHR()
Dcmsio1.c345 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()
Dcmsps2.c409 case INTENT_PERCEPTUAL: intent = "Perceptual"; break; in EmitIntent()
721 EmitIntent(m, INTENT_PERCEPTUAL); in EmitCIEBasedA()
760 EmitIntent(m, INTENT_PERCEPTUAL); in EmitCIEBasedABC()
Dcmscnvrt.c97 …{ INTENT_PERCEPTUAL, "Perceptual", De…
687 return INTENT_PERCEPTUAL; in TranslateNonICCIntents()
1064 if (TheIntents[i] == INTENT_PERCEPTUAL || TheIntents[i] == INTENT_SATURATION) { in _cmsLinkProfiles()
Dcmsgmt.c485 … hProfile, dwFormatter, INTENT_PERCEPTUAL, cmsFLAGS_NOOPTIMIZE|cmsFLAGS_NOCACHE); in cmsDetectTAC()
Dcmsxform.c1021 …return AllocEmptyTransform(ContextID, NULL, INTENT_PERCEPTUAL, &InputFormat, &OutputFormat, &dwFla… in cmsCreateExtendedTransform()
/external/ImageMagick/MagickCore/
Dprofile.c1126 case PerceptualIntent: intent=INTENT_PERCEPTUAL; break; in ProfileImage()
1129 default: intent=INTENT_PERCEPTUAL; break; in ProfileImage()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1609 #define INTENT_PERCEPTUAL 0 macro