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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c65 cmsHPROFILE hProfiles[],
78 cmsHPROFILE hProfiles[],
91 cmsHPROFILE hProfiles[],
104 cmsHPROFILE hProfiles[],
339 cmsBool ComputeConversion(int i, cmsHPROFILE hProfiles[], argument
358 _cmsReadMediaWhitePoint(&WhitePointIn, hProfiles[i-1]);
359 _cmsReadCHAD(&ChromaticAdaptationMatrixIn, hProfiles[i-1]);
361 _cmsReadMediaWhitePoint(&WhitePointOut, hProfiles[i]);
362 _cmsReadCHAD(&ChromaticAdaptationMatrixOut, hProfiles[i]);
376 cmsDetectBlackPoint(&BlackPointIn, hProfiles[
492 DefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
615 _cmsDefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
680 BlackPreservingKOnlyIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
871 BlackPreservingKPlaneIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
983 _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
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 Dcmsxform.c585 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, cmsColorSpaceSignature* Output) argument
592 if (hProfiles[0] == NULL) return FALSE;
594 *Input = PostColorSpace = cmsGetColorSpace(hProfiles[0]);
599 cmsHPROFILE hProfile = hProfiles[i];
656 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],
691 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) {
708 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
736 xform ->GamutCheck = _cmsCreateGamutCheckPipeline(ContextID, hProfiles,
744 if (cmsIsTag(hProfiles[0], cmsSigColorantTableTag)) {
747 xform ->InputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[
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
794 cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
824 cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
[all...]
H A Dcmssamp.c74 cmsHPROFILE hProfiles[4]; local
78 hProfiles[0] = hLab; hProfiles[1] = hProfile; hProfiles[2] = hProfile; hProfiles[3] = hLab;
81 xform = cmsCreateExtendedTransform(ContextID, 4, hProfiles, BPC, Intents,
H A Dlcms2_internal.h482 cmsHPROFILE hProfiles[],
491 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
514 cmsHPROFILE hProfiles[],
613 const cmsHPROFILE hProfiles[],
623 const cmsHPROFILE hProfiles[],
H A Dlcms2_plugin.h474 cmsHPROFILE hProfiles[],
494 cmsHPROFILE hProfiles[],
H A Dcmsio1.c924 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]) argument
934 cmsHPROFILE h = hProfiles[i];
H A Dlcms2.h1667 cmsHPROFILE hProfiles[],
1675 CMSAPI cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[],
1684 cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],

Completed in 66 milliseconds