Home | History | Annotate | Download | only in src

Lines Matching refs:Colorant

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);