Lines Matching refs:nProfiles
905 cmsBool GetXFormColorSpaces(cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignat… in GetXFormColorSpaces() argument
911 if (nProfiles == 0) return FALSE; in GetXFormColorSpaces()
916 for (i=0; i < nProfiles; i++) { in GetXFormColorSpaces()
931 ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile); in GetXFormColorSpaces()
1010 … cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], in cmsCreateExtendedTransform() argument
1024 cmsUInt32Number LastIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
1042 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) { in cmsCreateExtendedTransform()
1059 … Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); in cmsCreateExtendedTransform()
1083 xform ->RenderingIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform()
1087 …SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles-1], cmsSigMedia… in cmsCreateExtendedTransform()
1107 if (cmsGetDeviceClass(hProfiles[nProfiles-1]) == cmsSigLinkClass) { in cmsCreateExtendedTransform()
1110 if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag)) { in cmsCreateExtendedTransform()
1113 …lorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColora… in cmsCreateExtendedTransform()
1118 if (cmsIsTag(hProfiles[nProfiles-1], cmsSigColorantTableTag)) { in cmsCreateExtendedTransform()
1120 …lorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColora… in cmsCreateExtendedTransform()
1126 xform ->Sequence = _cmsCompileProfileSequence(ContextID, nProfiles, hProfiles); in cmsCreateExtendedTransform()
1152 cmsUInt32Number nProfiles, in cmsCreateMultiprofileTransformTHR() argument
1163 if (nProfiles <= 0 || nProfiles > 255) { in cmsCreateMultiprofileTransformTHR()
1164 …rror(ContextID, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); in cmsCreateMultiprofileTransformTHR()
1168 for (i=0; i < nProfiles; i++) { in cmsCreateMultiprofileTransformTHR()
1175 …return cmsCreateExtendedTransform(ContextID, nProfiles, hProfiles, BPC, Intents, AdaptationStates,… in cmsCreateMultiprofileTransformTHR()
1181 cmsUInt32Number nProfiles, in cmsCreateMultiprofileTransform() argument
1188 if (nProfiles <= 0 || nProfiles > 255) { in cmsCreateMultiprofileTransform()
1189 …gnalError(NULL, cmsERROR_RANGE, "Wrong number of profiles. 1..255 expected, %d found.", nProfiles); in cmsCreateMultiprofileTransform()
1195 nProfiles, in cmsCreateMultiprofileTransform()