Searched defs:Intents (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
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),
322 cmsUInt32Number Intents[],
370 IntentList[i] = Intents[i];
377 Intents[nGamutPCSpositio
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
319 _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut) argument
[all...]
H A Dcmssamp.c75 cmsUInt32Number Intents[4]; local
79 Intents[0] = INTENT_RELATIVE_COLORIMETRIC; Intents[1] = nIntent; Intents[2] = INTENT_RELATIVE_COLORIMETRIC; Intents[3] = INTENT_RELATIVE_COLORIMETRIC;
81 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
H A Dcmsxform.c658 cmsUInt32Number Intents[],
671 cmsUInt32Number LastIntent = Intents[nProfiles-1];
708 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
731 xform ->RenderingIntent = Intents[nProfiles-1];
737 BPC, Intents,
804 cmsUInt32Number Intents[256]; local
814 Intents[i] = Intent;
819 return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates, NULL, 0, InputFormat, OutputFormat, dwFlags);
885 cmsUInt32Number Intents[4]; local
892 Intents[
655 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 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[],
140 static cmsIntentsList *Intents = DefaultIntents; variable
148 for (pt = Intents; pt != NULL; pt = pt -> Next)
1043 for (nIntents=0, pt = Intents; pt != NULL; pt = pt -> Next)
1068 Intents = DefaultIntents;
1085 fl ->Next = Intents;
[all...]

Completed in 49 milliseconds