Home
last modified time | relevance | path

Searched refs:Colorant (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/
D0006-memory-leak-Type_NamedColor_Read.patch17 memset(Colorant, 0, sizeof(Colorant));
22 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
D0003-uninit.patch25 memset(Colorant, 0, sizeof(Colorant));
29 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error;
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1392 Colorant[0] = 0; in BuildColorantList()
1399 strcat(Colorant, Buff); in BuildColorantList()
1401 strcat(Colorant, " "); in BuildColorantList()
1417 char Colorant[128]; in WriteNamedColorCRD() local
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
1451 _cmsIOPrintf(m, " (%s) [ %s ]\n", ColorName, Colorant); in WriteNamedColorCRD()
Dcmsnamed.c570 … cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) in cmsAppendNamedColor()
581 …edColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i]; in cmsAppendNamedColor()
613 cmsUInt16Number* Colorant) in cmsNamedColorInfo() argument
625 if (Colorant) in cmsNamedColorInfo()
626 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant, in cmsNamedColorInfo()
Dcmslut.c782 cmsUInt32Number Colorant = rest % nSamples[t]; in cmsStageSampleCLut16bit() local
786 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]); in cmsStageSampleCLut16bit()
838 cmsUInt32Number Colorant = rest % nSamples[t]; in cmsStageSampleCLutFloat() local
842 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0); in cmsStageSampleCLutFloat()
887 cmsUInt32Number Colorant = rest % clutPoints[t]; in cmsSliceSpace16() local
890 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]); in cmsSliceSpace16()
917 cmsUInt32Number Colorant = rest % clutPoints[t]; in cmsSliceSpaceFloat() local
920 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0); in cmsSliceSpaceFloat()
Dcmstypes.c3117 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Read() local
3120 memset(Colorant, 0, sizeof(Colorant)); in Type_NamedColor_Read()
3124 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read()
3126 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; in Type_NamedColor_Read()
3166 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Write() local
3169 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; in Type_NamedColor_Write()
3172 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write()
4689 _cmsVCGTGAMMA Colorant[3]; in Type_vcgt_Read() local
4696 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error; in Type_vcgt_Read()
4697 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Min)) goto Error; in Type_vcgt_Read()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp229 enum { None, All, Colorant } m_Type; enumerator
1162 m_Type = Colorant; in v_Load()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1348 … cmsUInt16Number Colorant[cmsMAXCHANNELS]);
1358 cmsUInt16Number* Colorant);