Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsps2.c1386 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1391 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.c600 … cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) in cmsAppendNamedColor()
611 …>List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL ? (cmsUInt16Number)0 : Colora… in cmsAppendNamedColor()
643 cmsUInt16Number* Colorant) in cmsNamedColorInfo() argument
656 if (Colorant) in cmsNamedColorInfo()
657 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant, in cmsNamedColorInfo()
Dcmslut.c786 cmsUInt32Number Colorant = rest % nSamples[t]; in cmsStageSampleCLut16bit() local
790 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]); in cmsStageSampleCLut16bit()
843 cmsUInt32Number Colorant = rest % nSamples[t]; in cmsStageSampleCLutFloat() local
847 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0); in cmsStageSampleCLutFloat()
893 cmsUInt32Number Colorant = rest % clutPoints[t]; in cmsSliceSpace16() local
896 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]); in cmsSliceSpace16()
924 cmsUInt32Number Colorant = rest % clutPoints[t]; in cmsSliceSpaceFloat() local
927 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0); in cmsSliceSpaceFloat()
Dcmstypes.c3138 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Read() local
3141 memset(Colorant, 0, sizeof(Colorant)); in Type_NamedColor_Read()
3146 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read()
3148 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; in Type_NamedColor_Read()
3188 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Write() local
3191 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; in Type_NamedColor_Write()
3195 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write()
4717 _cmsVCGTGAMMA Colorant[3]; in Type_vcgt_Read() local
4724 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error; in Type_vcgt_Read()
4725 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Min)) goto Error; in Type_vcgt_Read()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp286 enum { None, All, Colorant } m_Type; enumerator
1228 m_Type = Colorant; in v_Load()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1361 … cmsUInt16Number Colorant[cmsMAXCHANNELS]);
1371 cmsUInt16Number* Colorant);