Searched refs:nProfiles (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsgmt.c62 cmsUInt32Number nProfiles,
81 if (nProfiles > 254) return NULL;
88 for (i=0; i < nProfiles; i++) {
97 ProfileList[nProfiles] = hLab;
98 BPCList[nProfiles] = 0;
99 AdaptationList[nProfiles] = 1.0;
100 IntentList[nProfiles] = INTENT_RELATIVE_COLORIMETRIC;
103 xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList,
123 cmsUInt32Number nProfiles,
137 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FL
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
[all...]
H A Dcmscnvrt.c63 cmsUInt32Number nProfiles,
76 cmsUInt32Number nProfiles,
89 cmsUInt32Number nProfiles,
102 cmsUInt32Number nProfiles,
553 cmsUInt32Number nProfiles,
570 if (nProfiles == 0) return NULL;
578 for (i=0; i < nProfiles; i++) {
617 if (lIsDeviceLink || ((ClassSig == cmsSigNamedColorClass) && (nProfiles == 1))) {
697 cmsUInt32Number nProfiles,
704 return DefaultICCintents(ContextID, nProfiles, TheIntent
552 DefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
696 _cmsDefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
761 BlackPreservingKOnlyIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
953 BlackPreservingKPlaneIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
1066 _cmsLinkProfiles(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
[all...]
H A Dcmsxform.c923 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output) argument
929 if (nProfiles <= 0) return FALSE;
934 for (i=0; i < nProfiles; i++) {
949 ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile);
1028 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],
1042 cmsUInt32Number LastIntent = Intents[nProfiles-1];
1060 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) {
1077 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
1101 xform ->RenderingIntent = Intents[nProfiles-1];
1105 SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles
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
1168 cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
1198 cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
[all...]
H A Dlcms2_internal.h915 cmsUInt32Number nProfiles,
926 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
1061 cmsUInt32Number nProfiles,
1073 cmsUInt32Number nProfiles,
H A Dlcms2_plugin.h482 cmsUInt32Number nProfiles,
502 cmsUInt32Number nProfiles,
H A Dcmsio1.c971 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]) argument
974 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles);
978 for (i=0; i < nProfiles; i++) {
H A Dlcms2.h1731 cmsUInt32Number nProfiles,
1739 cmsUInt32Number nProfiles,
1747 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DColorConvertOp.java302 int nProfiles = profileList.length;
309 if (nProfiles == 0) {
313 destProfile = profileList [nProfiles - 1];
330 for (int i = 0; i < nProfiles; i++) {
363 int i1, nProfiles, nTransforms, whichTrans, renderState;
367 nProfiles = profileList.length;
368 nTransforms = nProfiles;
369 if ((nProfiles == 0) || (srcProfile != profileList[0])) {
373 if ((nProfiles == 0) || (destProfile != profileList[nProfiles
[all...]

Completed in 137 milliseconds