Lines Matching refs:nProfiles
897 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, … in GetXFormColorSpaces() argument
903 if (nProfiles <= 0) return FALSE; in GetXFormColorSpaces()
908 for (i=0; i < nProfiles; i++) { in GetXFormColorSpaces()
923 ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile); in GetXFormColorSpaces()
1002 … cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], in cmsCreateExtendedTransform() argument
1016 cmsUInt32Number LastIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
1034 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) { in cmsCreateExtendedTransform()
1051 … Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); in cmsCreateExtendedTransform()
1075 xform ->RenderingIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
1079 …SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles-1], cmsSigMedia… in cmsCreateExtendedTransform()
1099 if (cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigLinkClass) { in cmsCreateExtendedTransform()
1102 if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag)) { in cmsCreateExtendedTransform()
1105 …lorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColora… in cmsCreateExtendedTransform()
1110 if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableTag)) { in cmsCreateExtendedTransform()
1112 …lorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColora… in cmsCreateExtendedTransform()
1118 xform ->Sequence = _cmsCompileProfileSequence(ContextID, nProfiles, hProfiles); in cmsCreateExtendedTransform()
1144 cmsUInt32Number nProfiles, in cmsCreateMultiprofileTransformTHR() argument
1155 if (nProfiles <= 0 || nProfiles > 255) { in cmsCreateMultiprofileTransformTHR()
1156 …rror(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); in cmsCreateMultiprofileTransformTHR()
1160 for (i=0; i < nProfiles; i++) { in cmsCreateMultiprofileTransformTHR()
1167 …return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates,… in cmsCreateMultiprofileTransformTHR()
1173 cmsUInt32Number nProfiles, in cmsCreateMultiprofileTransform() argument
1180 if (nProfiles <= 0 || nProfiles > 255) { in cmsCreateMultiprofileTransform()
1181 …gnalError(NULL, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); in cmsCreateMultiprofileTransform()
1187 nProfiles, in cmsCreateMultiprofileTransform()