OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:double_to_s15Fixed16Number
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/qcms/src/
transform.c
226
profile->redColorant.X =
double_to_s15Fixed16Number
(colorants.m[0][0]);
227
profile->redColorant.Y =
double_to_s15Fixed16Number
(colorants.m[1][0]);
228
profile->redColorant.Z =
double_to_s15Fixed16Number
(colorants.m[2][0]);
230
profile->greenColorant.X =
double_to_s15Fixed16Number
(colorants.m[0][1]);
231
profile->greenColorant.Y =
double_to_s15Fixed16Number
(colorants.m[1][1]);
232
profile->greenColorant.Z =
double_to_s15Fixed16Number
(colorants.m[2][1]);
234
profile->blueColorant.X =
double_to_s15Fixed16Number
(colorants.m[0][2]);
235
profile->blueColorant.Y =
double_to_s15Fixed16Number
(colorants.m[1][2]);
236
profile->blueColorant.Z =
double_to_s15Fixed16Number
(colorants.m[2][2]);
[
all
...]
qcmsint.h
267
static inline s15Fixed16Number
double_to_s15Fixed16Number
(double v)
Completed in 27 milliseconds