Searched defs:Colorant (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c562 cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS])
573 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
605 cmsUInt16Number* Colorant)
617 if (Colorant)
618 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant,
560 cmsAppendNamedColor(cmsNAMEDCOLORLIST* NamedColorList, const char* Name, cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) argument
600 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
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 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.c3104 cmsUInt16Number Colorant[cmsMAXCHANNELS]; local
3107 memset(Colorant, 0, sizeof(Colorant));
3110 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
3112 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error;
3152 cmsUInt16Number Colorant[cmsMAXCHANNELS]; local
3155 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0;
3158 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE;
4650 _cmsVCGTGAMMA Colorant[3]; local
4657 if (!_cmsRead15Fixed16Number(io, &Colorant[
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp887 enum {None, All, Colorant} m_Type; enumerator in enum:CPDF_SeparationCS::__anon28565
911 m_Type = Colorant;

Completed in 91 milliseconds