Searched refs:nProfiles (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscnvrt.c | 34 cmsUInt32Number nProfiles, 47 cmsUInt32Number nProfiles, 60 cmsUInt32Number nProfiles, 73 cmsUInt32Number nProfiles, 521 cmsUInt32Number nProfiles, in DefaultICCintents() argument 538 if (nProfiles == 0) return NULL; in DefaultICCintents() 546 for (i=0; i < nProfiles; i++) { in DefaultICCintents() 585 if (lIsDeviceLink || ((ClassSig == cmsSigNamedColorClass) && (nProfiles == 1))) { in DefaultICCintents() 649 cmsUInt32Number nProfiles, in _cmsDefaultICCintents() argument 656 …return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFla… in _cmsDefaultICCintents() [all …]
|
D | cmsgmt.c | 33 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 …]
|
D | cmsxform.c | 715 cmsBool GetXFormColorSpaces(int nProfiles, cmsHPROFILE hProfiles[], cmsColorSpaceSignature* Input, … in GetXFormColorSpaces() argument 721 if (nProfiles <= 0) return FALSE; in GetXFormColorSpaces() 726 for (i=0; i < nProfiles; i++) { in GetXFormColorSpaces() 741 ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile); in GetXFormColorSpaces() 802 … cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], in cmsCreateExtendedTransform() argument 816 cmsUInt32Number LastIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform() 834 if (!GetXFormColorSpaces(nProfiles, hProfiles, &EntryColorSpace, &ExitColorSpace)) { in cmsCreateExtendedTransform() 851 … Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); in cmsCreateExtendedTransform() 875 xform ->RenderingIntent = Intents[nProfiles-1]; in cmsCreateExtendedTransform() 879 …SetWhitePoint(&xform->ExitWhitePoint, (cmsCIEXYZ*) cmsReadTag(hProfiles[nProfiles-1], cmsSigMedia… in cmsCreateExtendedTransform() [all …]
|
D | lcms2_internal.h | 871 cmsUInt32Number nProfiles, 882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… 1006 cmsUInt32Number nProfiles, 1018 cmsUInt32Number nProfiles,
|
D | cmsio1.c | 933 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… in _cmsCompileProfileSequence() argument 936 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); in _cmsCompileProfileSequence() 940 for (i=0; i < nProfiles; i++) { in _cmsCompileProfileSequence()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2_plugin.h | 453 cmsUInt32Number nProfiles, 473 cmsUInt32Number nProfiles,
|
D | lcms2.h | 1691 cmsUInt32Number nProfiles, 1699 cmsUInt32Number nProfiles, 1707 … cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[],
|