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

  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c 739 cmsUInt16Number _cmsQuantizeVal(cmsFloat64Number i, int MaxSamples)
786 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]);
842 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0);
890 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]);
920 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0);
    [all...]
lcms2_internal.h 887 cmsUInt16Number _cmsQuantizeVal(cmsFloat64Number i, int MaxSamples);
    [all...]
cmsgamma.c     [all...]

Completed in 44 milliseconds