OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blueColorant
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/qcms/src/
transform_util.c
283
result.m[0][2] = s15Fixed16Number_to_float(p->
blueColorant
.X);
286
result.m[1][2] = s15Fixed16Number_to_float(p->
blueColorant
.Y);
289
result.m[2][2] = s15Fixed16Number_to_float(p->
blueColorant
.Z);
qcmsint.h
238
struct XYZNumber
blueColorant
;
iccread.c
280
bX = s15Fixed16Number_to_float(profile->
blueColorant
.X);
281
bY = s15Fixed16Number_to_float(profile->
blueColorant
.Y);
282
bZ = s15Fixed16Number_to_float(profile->
blueColorant
.Z);
1068
profile->
blueColorant
= read_tag_XYZType(src, index, TAG_bXYZ);
[
all
...]
transform.c
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
...]
Completed in 432 milliseconds