Searched refs:greenColorant (Results 1 – 4 of 4) sorted by relevance
282 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X); in build_colorant_matrix()285 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y); in build_colorant_matrix()288 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z); in build_colorant_matrix()
276 gX = s15Fixed16Number_to_float(profile->greenColorant.X); in qcms_profile_is_bogus()277 gY = s15Fixed16Number_to_float(profile->greenColorant.Y); in qcms_profile_is_bogus()278 gZ = s15Fixed16Number_to_float(profile->greenColorant.Z); in qcms_profile_is_bogus()1067 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
239 struct XYZNumber greenColorant; member
230 profile->greenColorant.X = double_to_s15Fixed16Number(colorants.m[0][1]); in set_rgb_colorants()231 profile->greenColorant.Y = double_to_s15Fixed16Number(colorants.m[1][1]); in set_rgb_colorants()232 profile->greenColorant.Z = double_to_s15Fixed16Number(colorants.m[2][1]); in set_rgb_colorants()