Searched refs:colorants (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dtransform.c218 struct matrix colorants; local
219 colorants = build_RGB_to_XYZ_transfer_matrix(white_point, primaries);
220 colorants = adapt_matrix_to_D50(colorants, white_point);
222 if (colorants.invalid)
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
[all...]

Completed in 1010 milliseconds