• Home
  • Raw
  • Download

Lines Matching refs:nProfiles

34                               cmsUInt32Number nProfiles,
47 cmsUInt32Number nProfiles,
60 cmsUInt32Number nProfiles,
73 cmsUInt32Number nProfiles,
525 cmsUInt32Number nProfiles, in DefaultICCintents() argument
542 if (nProfiles == 0) return NULL; in DefaultICCintents()
550 for (i=0; i < nProfiles; i++) { in DefaultICCintents()
589 if (lIsDeviceLink || ((ClassSig == cmsSigNamedColorClass) && (nProfiles == 1))) { in DefaultICCintents()
669 cmsUInt32Number nProfiles, in _cmsDefaultICCintents() argument
676 …return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFla… in _cmsDefaultICCintents()
734 cmsUInt32Number nProfiles, in BlackPreservingKOnlyIntents() argument
749 if (nProfiles < 1 || nProfiles > 255) return NULL; in BlackPreservingKOnlyIntents()
752 for (i=0; i < nProfiles; i++) in BlackPreservingKOnlyIntents()
757 cmsGetColorSpace(hProfiles[nProfiles-1]) != cmsSigCmykData) in BlackPreservingKOnlyIntents()
758 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFla… in BlackPreservingKOnlyIntents()
768 nProfiles, in BlackPreservingKOnlyIntents()
780 nProfiles, in BlackPreservingKOnlyIntents()
926 cmsUInt32Number nProfiles, in BlackPreservingKPlaneIntents() argument
941 if (nProfiles < 1 || nProfiles > 255) return NULL; in BlackPreservingKPlaneIntents()
944 for (i=0; i < nProfiles; i++) 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()
972 nProfiles, in BlackPreservingKPlaneIntents()
981 bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, nProfiles, in BlackPreservingKPlaneIntents()
991 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
998 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
1039 cmsUInt32Number nProfiles, in _cmsLinkProfiles() argument
1050 if (nProfiles <= 0 || nProfiles > 255) { in _cmsLinkProfiles()
1051 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); in _cmsLinkProfiles()
1055 for (i=0; i < nProfiles; i++) { in _cmsLinkProfiles()
1085 … return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); in _cmsLinkProfiles()