Lines Matching refs:hProfiles

65                               cmsHPROFILE     hProfiles[],
78 cmsHPROFILE hProfiles[],
91 cmsHPROFILE hProfiles[],
104 cmsHPROFILE hProfiles[],
395 cmsBool ComputeConversion(int i, cmsHPROFILE hProfiles[],
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[i-1], Intent, 0);
433 cmsDetectDestinationBlackPoint(&BlackPointOut, hProfiles[i], Intent, 0);
555 cmsHPROFILE hProfiles[],
576 CurrentColorSpace = cmsGetColorSpace(hProfiles[0]);
582 hProfile = hProfiles[i];
625 if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error;
650 if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error;
699 cmsHPROFILE hProfiles[],
704 return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
764 cmsHPROFILE hProfiles[],
784 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData ||
785 cmsGetColorSpace(hProfiles[nProfiles-1]) != cmsSigCmykData)
786 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
798 hProfiles,
810 hProfiles,
956 cmsHPROFILE hProfiles[],
976 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData ||
977 !(cmsGetColorSpace(hProfiles[nProfiles-1]) == cmsSigCmykData ||
978 cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigOutputClass))
979 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
990 bp.LabK2cmyk = _cmsReadInputLUT(hProfiles[nProfiles-1], INTENT_RELATIVE_COLORIMETRIC);
994 bp.MaxTAC = cmsDetectTAC(hProfiles[nProfiles-1]) / 100.0;
1002 hProfiles,
1011 hProfiles,
1019 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
1026 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
1069 cmsHPROFILE hProfiles[],
1096 if (cmsGetEncodedICCversion(hProfiles[i]) >= 0x4000000)
1113 return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);