Lines Matching refs:hProfiles

36                               cmsHPROFILE     hProfiles[],
49 cmsHPROFILE hProfiles[],
62 cmsHPROFILE hProfiles[],
75 cmsHPROFILE hProfiles[],
367 cmsHPROFILE hProfiles[], in ComputeConversion() argument
386 _cmsReadMediaWhitePoint(&WhitePointIn, hProfiles[i-1]); in ComputeConversion()
387 _cmsReadCHAD(&ChromaticAdaptationMatrixIn, hProfiles[i-1]); in ComputeConversion()
389 _cmsReadMediaWhitePoint(&WhitePointOut, hProfiles[i]); in ComputeConversion()
390 _cmsReadCHAD(&ChromaticAdaptationMatrixOut, hProfiles[i]); in ComputeConversion()
404 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); in ComputeConversion()
405 cmsDetectDestinationBlackPoint(&BlackPointOut, hProfiles[i], Intent, 0); in ComputeConversion()
527 cmsHPROFILE hProfiles[], in DefaultICCintents() argument
548 CurrentColorSpace = cmsGetColorSpace(hProfiles[0]); in DefaultICCintents()
554 hProfile = hProfiles[i]; in DefaultICCintents()
597 … if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error; in DefaultICCintents()
622 … if (!ComputeConversion(i, hProfiles, Intent, BPC[i], AdaptationStates[i], &m, &off)) goto Error; in DefaultICCintents()
671 cmsHPROFILE hProfiles[], in _cmsDefaultICCintents() argument
676 …return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFla… in _cmsDefaultICCintents()
736 cmsHPROFILE hProfiles[], in BlackPreservingKOnlyIntents() argument
756 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData || in BlackPreservingKOnlyIntents()
757 cmsGetColorSpace(hProfiles[nProfiles-1]) != cmsSigCmykData) in BlackPreservingKOnlyIntents()
758 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFla… in BlackPreservingKOnlyIntents()
770 hProfiles, in BlackPreservingKOnlyIntents()
782 hProfiles, in BlackPreservingKOnlyIntents()
928 cmsHPROFILE hProfiles[], in BlackPreservingKPlaneIntents() argument
948 if (cmsGetColorSpace(hProfiles[0]) != cmsSigCmykData || in BlackPreservingKPlaneIntents()
949 !(cmsGetColorSpace(hProfiles[nProfiles-1]) == cmsSigCmykData || in BlackPreservingKPlaneIntents()
950 cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigOutputClass)) in BlackPreservingKPlaneIntents()
951 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFl… in BlackPreservingKPlaneIntents()
962 bp.LabK2cmyk = _cmsReadInputLUT(hProfiles[nProfiles-1], INTENT_RELATIVE_COLORIMETRIC); in BlackPreservingKPlaneIntents()
966 bp.MaxTAC = cmsDetectTAC(hProfiles[nProfiles-1]) / 100.0; in BlackPreservingKPlaneIntents()
974 hProfiles, in BlackPreservingKPlaneIntents()
983 hProfiles, in BlackPreservingKPlaneIntents()
991 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
998 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
1041 cmsHPROFILE hProfiles[], in _cmsLinkProfiles() argument
1068 if (cmsGetEncodedICCversion(hProfiles[i]) >= 0x4000000) in _cmsLinkProfiles()
1085 … return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); in _cmsLinkProfiles()