Searched refs:Colorant (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsps2.c | 1387 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()
|
D | cmsnamed.c | 562 … cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) in cmsAppendNamedColor() 573 …edColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i]; in cmsAppendNamedColor() 605 cmsUInt16Number* Colorant) in cmsNamedColorInfo() argument 617 if (Colorant) in cmsNamedColorInfo() 618 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant, in cmsNamedColorInfo()
|
D | cmslut.c | 782 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()
|
D | cmstypes.c | 3104 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Read() local 3107 memset(Colorant, 0, sizeof(Colorant)); in Type_NamedColor_Read() 3110 if (!_cmsReadUInt16Array(io, nDeviceCoords, Colorant)) goto Error; in Type_NamedColor_Read() 3112 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; in Type_NamedColor_Read() 3152 cmsUInt16Number Colorant[cmsMAXCHANNELS]; in Type_NamedColor_Write() local 3155 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0; in Type_NamedColor_Write() 3158 if (!_cmsWriteUInt16Array(io, NamedColorList ->ColorantCount, Colorant)) return FALSE; in Type_NamedColor_Write() 4650 _cmsVCGTGAMMA Colorant[3]; in Type_vcgt_Read() local 4657 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error; in Type_vcgt_Read() 4658 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Min)) goto Error; in Type_vcgt_Read() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 1040 enum { None, All, Colorant } m_Type; enumerator 1061 m_Type = Colorant; in v_Load()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1348 … cmsUInt16Number Colorant[cmsMAXCHANNELS]); 1358 cmsUInt16Number* Colorant);
|