Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0012-memory-leak-Type_NamedColor_Read.patch17 memset(Colorant, 0, sizeof(Colorant));
/external/pdfium/third_party/lcms/src/
Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1392 Colorant[0] = 0; in BuildColorantList()
1400 strcat(Colorant, Buff); in BuildColorantList()
1402 strcat(Colorant, " "); in BuildColorantList()
1418 char Colorant[128]; in WriteNamedColorCRD() local
1451 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
1452 _cmsIOPrintf(m, " (%s) [ %s ]\n", ColorName, Colorant); in WriteNamedColorCRD()
Dcmsnamed.c595 … cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) in cmsAppendNamedColor()
606 …edColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i]; in cmsAppendNamedColor()
638 cmsUInt16Number* Colorant) in cmsNamedColorInfo() argument
650 if (Colorant) in cmsNamedColorInfo()
651 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.c3125 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Read() local
3128 memset(Colorant, 0, sizeof(Colorant)); in Type_NamedColor_Read()
3133 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read()
3135 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; in Type_NamedColor_Read()
3175 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Write() local
3178 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; in Type_NamedColor_Write()
3182 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write()
4700 _cmsVCGTGAMMA Colorant[3]; in Type_vcgt_Read() local
4707 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error; in Type_vcgt_Read()
4708 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Min)) goto Error; in Type_vcgt_Read()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp226 enum { None, All, Colorant } m_Type; enumerator
1120 m_Type = Colorant; in v_Load()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1353 … cmsUInt16Number Colorant[cmsMAXCHANNELS]);
1363 cmsUInt16Number* Colorant);