Lines Matching refs:nProfiles

34                               cmsUInt32Number nProfiles,
47 cmsUInt32Number nProfiles,
60 cmsUInt32Number nProfiles,
73 cmsUInt32Number nProfiles,
524 cmsUInt32Number nProfiles, in DefaultICCintents() argument
541 if (nProfiles == 0) return NULL; in DefaultICCintents()
549 for (i=0; i < nProfiles; i++) { in DefaultICCintents()
588 if (lIsDeviceLink || ((ClassSig == cmsSigNamedColorClass) && (nProfiles == 1))) { in DefaultICCintents()
668 cmsUInt32Number nProfiles, in _cmsDefaultICCintents() argument
675 …return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFla… in _cmsDefaultICCintents()
733 cmsUInt32Number nProfiles, in BlackPreservingKOnlyIntents() argument
748 if (nProfiles < 1 || nProfiles > 255) return NULL; in BlackPreservingKOnlyIntents()
751 for (i=0; i < nProfiles; i++) in BlackPreservingKOnlyIntents()
756 cmsGetColorSpace(hProfiles[nProfiles-1]) != cmsSigCmykData) in BlackPreservingKOnlyIntents()
757 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFla… in BlackPreservingKOnlyIntents()
767 nProfiles, in BlackPreservingKOnlyIntents()
779 nProfiles, in BlackPreservingKOnlyIntents()
925 cmsUInt32Number nProfiles, in BlackPreservingKPlaneIntents() argument
940 if (nProfiles < 1 || nProfiles > 255) return NULL; in BlackPreservingKPlaneIntents()
943 for (i=0; i < nProfiles; i++) in BlackPreservingKPlaneIntents()
948 !(cmsGetColorSpace(hProfiles[nProfiles-1]) == cmsSigCmykData || in BlackPreservingKPlaneIntents()
949 cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigOutputClass)) in BlackPreservingKPlaneIntents()
950 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFl… in BlackPreservingKPlaneIntents()
961 bp.LabK2cmyk = _cmsReadInputLUT(hProfiles[nProfiles-1], INTENT_RELATIVE_COLORIMETRIC); in BlackPreservingKPlaneIntents()
965 bp.MaxTAC = cmsDetectTAC(hProfiles[nProfiles-1]) / 100.0; in BlackPreservingKPlaneIntents()
971 nProfiles, in BlackPreservingKPlaneIntents()
980 bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, nProfiles, in BlackPreservingKPlaneIntents()
990 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
997 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
1038 cmsUInt32Number nProfiles, in _cmsLinkProfiles() argument
1049 if (nProfiles <= 0 || nProfiles > 255) { in _cmsLinkProfiles()
1050 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); in _cmsLinkProfiles()
1054 for (i=0; i < nProfiles; i++) { in _cmsLinkProfiles()
1084 … return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); in _cmsLinkProfiles()