OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmsQuickSaturateWord
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c
840
Out[3] =
_cmsQuickSaturateWord
(LabK[3] * 65535.0);
849
Out[i] =
_cmsQuickSaturateWord
(Outf[i] * 65535.0);
889
Out[0] =
_cmsQuickSaturateWord
(Outf[0] * Ratio * 65535.0); // C
890
Out[1] =
_cmsQuickSaturateWord
(Outf[1] * Ratio * 65535.0); // M
891
Out[2] =
_cmsQuickSaturateWord
(Outf[2] * Ratio * 65535.0); // Y
892
Out[3] =
_cmsQuickSaturateWord
(Outf[3] * 65535.0);
[
all
...]
cmspcs.c
185
return
_cmsQuickSaturateWord
(L * 652.8);
191
return
_cmsQuickSaturateWord
((ab + 128.0) * 256.0);
280
return
_cmsQuickSaturateWord
(L * 655.35);
286
return
_cmsQuickSaturateWord
((ab + 128.0) * 257.0);
362
return
_cmsQuickSaturateWord
(d * 32768.0);
cmsopt.c
341
Out[i] =
_cmsQuickSaturateWord
(OutFloat[i] * 65535.0);
743
g ->Table16[i] =
_cmsQuickSaturateWord
(i * Slope + beta);
751
g ->Table16[i] =
_cmsQuickSaturateWord
(i * Slope + beta);
[
all
...]
cmsgamma.c
662
g ->Table16[i] =
_cmsQuickSaturateWord
(Val * 65535.0);
973
out ->Table16[i] =
_cmsQuickSaturateWord
(Ascending ? y2 : y1);
984
out ->Table16[i] =
_cmsQuickSaturateWord
(a* y + b);
[
all
...]
cmsvirt.c
382
Out[0] =
_cmsQuickSaturateWord
(In[0] * Ratio); // C
383
Out[1] =
_cmsQuickSaturateWord
(In[1] * Ratio); // M
384
Out[2] =
_cmsQuickSaturateWord
(In[2] * Ratio); // Y
[
all
...]
cmsnamed.c
660
cmsUInt16Number index = (cmsUInt16Number)
_cmsQuickSaturateWord
(In[0] * 65535.0);
678
cmsUInt16Number index = (cmsUInt16Number)
_cmsQuickSaturateWord
(In[0] * 65535.0);
lcms2_internal.h
159
cmsINLINE cmsUInt16Number
_cmsQuickSaturateWord
(cmsFloat64Number d)
[
all
...]
cmslut.c
88
Out[i] =
_cmsQuickSaturateWord
(In[i] * 65535.0);
744
return
_cmsQuickSaturateWord
(x);
[
all
...]
cmspack.c
948
vi =
_cmsQuickSaturateWord
(v * maximum);
1004
vi =
_cmsQuickSaturateWord
(v * maximum);
1038
wIn[0] = wIn[1] = wIn[2] =
_cmsQuickSaturateWord
(Inks[0] * 65535.0);
[
all
...]
cmsps2.c
846
Out ->Table16[i] =
_cmsQuickSaturateWord
(XYZ.Y * 65535.0);
[
all
...]
cmstypes.c
[
all
...]
Completed in 61 milliseconds