Searched refs:Colorant (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) argument
1392 Colorant[0] = 0;
1399 strcat(Colorant, Buff);
1401 strcat(Colorant, " ");
1417 char Colorant[128]; local
1450 BuildColorantList(Colorant, nColorant, Out);
1451 _cmsIOPrintf(m, " (%s) [ %s ]\n", ColorName, Colorant);
H A Dcmsnamed.c570 cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS])
581 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
613 cmsUInt16Number* Colorant)
625 if (Colorant)
626 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant,
568 cmsAppendNamedColor(cmsNAMEDCOLORLIST* NamedColorList, const char* Name, cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) argument
608 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
H A Dcmslut.c782 cmsUInt32Number Colorant = rest % nSamples[t]; local
786 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]);
838 cmsUInt32Number Colorant = rest % nSamples[t]; local
842 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0);
887 cmsUInt32Number Colorant = rest % clutPoints[t]; local
890 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]);
917 cmsUInt32Number Colorant = rest % clutPoints[t]; local
920 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0);
H A Dcmstypes.c3117 cmsUInt16Number Colorant[cmsMAXCHANNELS]; local
3120 memset(Colorant, 0, sizeof(Colorant));
3124 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
3126 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error;
3166 cmsUInt16Number Colorant[cmsMAXCHANNELS]; local
3169 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0;
3172 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE;
4689 _cmsVCGTGAMMA Colorant[3]; local
4696 if (!_cmsRead15Fixed16Number(io, &Colorant[
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp229 enum { None, All, Colorant } m_Type; enumerator in enum:__anon16373::CPDF_SeparationCS::__anon16374
1162 m_Type = Colorant;
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h1348 cmsUInt16Number Colorant[cmsMAXCHANNELS]);
1358 cmsUInt16Number* Colorant);

Completed in 146 milliseconds