Searched refs:Intents (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsgmt.c65 const cmsUInt32Number Intents[],
93 IntentList[i] = Intents[i];
124 const cmsUInt32Number Intents[],
137 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
171 const cmsUInt32Number Intents[],
189 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
193 Intents + (nProfiles - 1),
319 cmsUInt32Number Intents[],
367 IntentList[i] = Intents[i];
61 _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
121 ComputeKToLstar(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
168 _cmsBuildKToneCurve(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
316 _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut) argument
H A Dcmssamp.c78 cmsUInt32Number Intents[4]; local
81 Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = INTENT_RELATIVE_COLORIMETRIC;
83 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
H A Dcmscnvrt.c59 // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point
64 cmsUInt32Number Intents[],
77 cmsUInt32Number Intents[],
90 cmsUInt32Number Intents[],
103 cmsUInt32Number Intents[],
153 for (entry = head->Intents;
169 if (newHead.Intents == NULL)
170 newHead.Intents = newEntry;
198 for (pt = ctx -> Intents; pt != NULL; pt = pt -> Next)
1128 for (nIntents=0, pt = ctx->Intents; p
[all...]
H A Dcmsxform.c1030 cmsUInt32Number Intents[],
1042 cmsUInt32Number LastIntent = Intents[nProfiles-1];
1077 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
1101 xform ->RenderingIntent = Intents[nProfiles-1];
1111 BPC, Intents,
1178 cmsUInt32Number Intents[256]; local
1188 Intents[i] = Intent;
1193 return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates, NULL, 0, InputFormat, OutputFormat, dwFlags);
1259 cmsUInt32Number Intents[4]; local
1266 Intents[
1027 cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) argument
[all...]
H A Dlcms2_internal.h627 struct _cms_intents_list* Intents; member in struct:__anon1085
952 cmsUInt32Number Intents[],
1064 const cmsUInt32Number Intents[],
1074 const cmsUInt32Number Intents[],
H A Dlcms2_plugin.h483 cmsUInt32Number Intents[],
503 cmsUInt32Number Intents[],
H A Dlcms2.h1635 // Intents ----------------------------------------------------------------------------------------------
1637 // ICC Intents
1749 cmsUInt32Number Intents[],

Completed in 140 milliseconds