HomeSort by relevance Sort by last modified time
    Searched refs:Colorant (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsps2.c     [all...]
cmsnamed.c 595 cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS])
606 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
638 cmsUInt16Number* Colorant)
650 if (Colorant)
651 memmove(Colorant, NamedColorList ->List[nColor].DeviceColorant,
cmslut.c 782 cmsUInt32Number Colorant = rest % nSamples[t];
786 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]);
838 cmsUInt32Number Colorant = rest % nSamples[t];
842 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0);
887 cmsUInt32Number Colorant = rest % clutPoints[t];
890 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]);
917 cmsUInt32Number Colorant = rest % clutPoints[t];
920 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0);
    [all...]
cmstypes.c 448 // be printed on an n-colorant device. The laydown order may be the same as the
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 226 enum { None, All, Colorant } m_Type;
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 99 milliseconds