double_to_s15Fixed16Number 226 third_party/qcms/src/transform.c profile->redColorant.X = double_to_s15Fixed16Number(colorants.m[0][0]); double_to_s15Fixed16Number 227 third_party/qcms/src/transform.c profile->redColorant.Y = double_to_s15Fixed16Number(colorants.m[1][0]); double_to_s15Fixed16Number 228 third_party/qcms/src/transform.c profile->redColorant.Z = double_to_s15Fixed16Number(colorants.m[2][0]); double_to_s15Fixed16Number 230 third_party/qcms/src/transform.c profile->greenColorant.X = double_to_s15Fixed16Number(colorants.m[0][1]); double_to_s15Fixed16Number 231 third_party/qcms/src/transform.c profile->greenColorant.Y = double_to_s15Fixed16Number(colorants.m[1][1]); double_to_s15Fixed16Number 232 third_party/qcms/src/transform.c profile->greenColorant.Z = double_to_s15Fixed16Number(colorants.m[2][1]); double_to_s15Fixed16Number 234 third_party/qcms/src/transform.c profile->blueColorant.X = double_to_s15Fixed16Number(colorants.m[0][2]); double_to_s15Fixed16Number 235 third_party/qcms/src/transform.c profile->blueColorant.Y = double_to_s15Fixed16Number(colorants.m[1][2]); double_to_s15Fixed16Number 236 third_party/qcms/src/transform.c profile->blueColorant.Z = double_to_s15Fixed16Number(colorants.m[2][2]);