Home
last modified time | relevance | path

Searched refs:nProfiles (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c34 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()
[all …]
Dcmsgmt.c33 cmsUInt32Number nProfiles, in _cmsChain2Lab() argument
52 if (nProfiles > 254) return NULL; in _cmsChain2Lab()
59 for (i=0; i < nProfiles; i++) { in _cmsChain2Lab()
68 ProfileList[nProfiles] = hLab; in _cmsChain2Lab()
69 BPCList[nProfiles] = 0; in _cmsChain2Lab()
70 AdaptationList[nProfiles] = 1.0; in _cmsChain2Lab()
71 IntentList[nProfiles] = INTENT_RELATIVE_COLORIMETRIC; in _cmsChain2Lab()
74 xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList, in _cmsChain2Lab()
94 cmsUInt32Number nProfiles, in ComputeKToLstar() argument
108 …xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, … in ComputeKToLstar()
[all …]
Dcmsxform.c905 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()
[all …]
Dlcms2_internal.h938 cmsUInt32Number nProfiles,
949 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr…
1084 cmsUInt32Number nProfiles,
1096 cmsUInt32Number nProfiles,
Dcmsio1.c946 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… in _cmsCompileProfileSequence() argument
949 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); in _cmsCompileProfileSequence()
953 for (i=0; i < nProfiles; i++) { in _cmsCompileProfileSequence()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h453 cmsUInt32Number nProfiles,
473 cmsUInt32Number nProfiles,
Dlcms2.h1710 cmsUInt32Number nProfiles,
1718 cmsUInt32Number nProfiles,
1726 … cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],