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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c65 cmsHPROFILE hProfiles[],
78 cmsHPROFILE hProfiles[],
91 cmsHPROFILE hProfiles[],
104 cmsHPROFILE hProfiles[],
395 cmsBool ComputeConversion(int i, cmsHPROFILE hProfiles[], argument
414 _cmsReadMediaWhitePoint(&WhitePointIn, hProfiles[i-1]);
415 _cmsReadCHAD(&ChromaticAdaptationMatrixIn, hProfiles[i-1]);
417 _cmsReadMediaWhitePoint(&WhitePointOut, hProfiles[i]);
418 _cmsReadCHAD(&ChromaticAdaptationMatrixOut, hProfiles[i]);
432 cmsDetectBlackPoint(&BlackPointIn, hProfiles[
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 Dcmsgmt.c66 const cmsHPROFILE hProfiles[],
90 ProfileList[i] = hProfiles[i];
125 const cmsHPROFILE hProfiles[],
137 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
172 const cmsHPROFILE hProfiles[],
180 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData ||
181 cmsGetColorSpace(hProfiles[nProfiles-1])!= cmsSigCmykData) return NULL;
185 if (cmsGetDeviceClass(hProfiles[nProfiles - 1]) != cmsSigOutputClass) return NULL;
189 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
194 &hProfiles [nProfile
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
[all...]
H A Dcmsxform.c923 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output) argument
930 if (hProfiles[0] == NULL) return FALSE;
932 *Input = PostColorSpace = cmsGetColorSpace(hProfiles[0]);
937 cmsHPROFILE hProfile = hProfiles[i];
1028 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],
1060 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) {
1077 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
1104 SetWhitePoint(&xform->EntryWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[0], cmsSigMediaWhitePointTag));
1105 SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles-1], cmsSigMediaWhitePointTag));
1110 xform ->GamutCheck = _cmsCreateGamutCheckPipeline(ContextID, hProfiles,
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 Dcmssamp.c77 cmsHPROFILE hProfiles[4]; local
80 hProfiles[0] = hLab; hProfiles[1] = hProfile; hProfiles[2] = hProfile; hProfiles[3] = hLab;
83 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
H A Dlcms2_internal.h917 cmsHPROFILE hProfiles[],
926 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
950 cmsHPROFILE hProfiles[],
1065 const cmsHPROFILE hProfiles[],
1075 const cmsHPROFILE hProfiles[],
H A Dlcms2_plugin.h484 cmsHPROFILE hProfiles[],
504 cmsHPROFILE hProfiles[],
H A Dcmsio1.c971 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]) argument
981 cmsHPROFILE h = hProfiles[i];
H A Dlcms2.h1730 cmsHPROFILE hProfiles[],
1738 CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[],
1747 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],

Completed in 390 milliseconds