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

  /external/pdfium/third_party/lcms/src/
cmsps2.c     [all...]
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...]

Completed in 53 milliseconds