Home
last modified time | relevance | path

Searched refs:greenColorant (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Dqcms_util.c28 float sumGreen = s15Fixed16Number_to_float(profile->greenColorant.X) + in get_profile_triangle()
29 s15Fixed16Number_to_float(profile->greenColorant.Y) + in get_profile_triangle()
30 s15Fixed16Number_to_float(profile->greenColorant.Z); in get_profile_triangle()
31 float xGreen = s15Fixed16Number_to_float(profile->greenColorant.X) / sumGreen; in get_profile_triangle()
32 float yGreen = s15Fixed16Number_to_float(profile->greenColorant.Y) / sumGreen; in get_profile_triangle()
H A Dtransform_util.c304 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X); in build_colorant_matrix()
307 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y); in build_colorant_matrix()
310 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z); in build_colorant_matrix()
H A Diccread.c276 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()
1351 profile->greenColorant.X = primaries[0][1]; in qcms_profile_sRGB()
1352 profile->greenColorant.Y = primaries[1][1]; in qcms_profile_sRGB()
1353 profile->greenColorant.Z = primaries[2][1]; in qcms_profile_sRGB()
1463 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
H A Dqcmsint.h259 struct XYZNumber greenColorant; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Dqcms_util.c28 float sumGreen = s15Fixed16Number_to_float(profile->greenColorant.X) + in get_profile_triangle()
29 s15Fixed16Number_to_float(profile->greenColorant.Y) + in get_profile_triangle()
30 s15Fixed16Number_to_float(profile->greenColorant.Z); in get_profile_triangle()
31 float xGreen = s15Fixed16Number_to_float(profile->greenColorant.X) / sumGreen; in get_profile_triangle()
32 float yGreen = s15Fixed16Number_to_float(profile->greenColorant.Y) / sumGreen; in get_profile_triangle()
H A Dtransform_util.c304 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X); in build_colorant_matrix()
307 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y); in build_colorant_matrix()
310 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z); in build_colorant_matrix()
H A Diccread.c276 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()
1351 profile->greenColorant.X = primaries[0][1]; in qcms_profile_sRGB()
1352 profile->greenColorant.Y = primaries[1][1]; in qcms_profile_sRGB()
1353 profile->greenColorant.Z = primaries[2][1]; in qcms_profile_sRGB()
1463 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
H A Dqcmsint.h259 struct XYZNumber greenColorant; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/tests/
H A Dqcms_test_internal_srgb.c41 float gX = s15Fixed16Number_to_float(profile->greenColorant.X); in check_profile_pcs_white_point()
44 float gY = s15Fixed16Number_to_float(profile->greenColorant.Y); in check_profile_pcs_white_point()
47 float gZ = s15Fixed16Number_to_float(profile->greenColorant.Z); in check_profile_pcs_white_point()
92 sRGB_internal[0][1] = profile->greenColorant.X; in check_profile_primaries()
93 sRGB_internal[1][1] = profile->greenColorant.Y; in check_profile_primaries()
94 sRGB_internal[2][1] = profile->greenColorant.Z; in check_profile_primaries()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs53 pub(crate) greenColorant: XYZNumber, field
356 gX = s15Fixed16Number_to_float(profile.greenColorant.X); in qcms_profile_is_bogus()
357 gY = s15Fixed16Number_to_float(profile.greenColorant.Y); in qcms_profile_is_bogus()
358 gZ = s15Fixed16Number_to_float(profile.greenColorant.Z); in qcms_profile_is_bogus()
1069 profile.greenColorant.X = double_to_s15Fixed16Number(0.); in new_XYZD50()
1070 profile.greenColorant.Y = double_to_s15Fixed16Number(1.); in new_XYZD50()
1071 profile.greenColorant.Z = double_to_s15Fixed16Number(0.); in new_XYZD50()
1192 profile.greenColorant = read_tag_XYZType(src, &index, TAG_gXYZ); in new_from_slice()
H A Dtransform_util.rs178 result.m[0][1] = s15Fixed16Number_to_float(p.greenColorant.X); in build_colorant_matrix()
181 result.m[1][1] = s15Fixed16Number_to_float(p.greenColorant.Y); in build_colorant_matrix()
184 result.m[2][1] = s15Fixed16Number_to_float(p.greenColorant.Z); in build_colorant_matrix()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs53 pub(crate) greenColorant: XYZNumber, field
356 gX = s15Fixed16Number_to_float(profile.greenColorant.X); in qcms_profile_is_bogus()
357 gY = s15Fixed16Number_to_float(profile.greenColorant.Y); in qcms_profile_is_bogus()
358 gZ = s15Fixed16Number_to_float(profile.greenColorant.Z); in qcms_profile_is_bogus()
1069 profile.greenColorant.X = double_to_s15Fixed16Number(0.); in new_XYZD50()
1070 profile.greenColorant.Y = double_to_s15Fixed16Number(1.); in new_XYZD50()
1071 profile.greenColorant.Z = double_to_s15Fixed16Number(0.); in new_XYZD50()
1192 profile.greenColorant = read_tag_XYZType(src, &index, TAG_gXYZ); in new_from_slice()
H A Dtransform_util.rs178 result.m[0][1] = s15Fixed16Number_to_float(p.greenColorant.X); in build_colorant_matrix()
181 result.m[1][1] = s15Fixed16Number_to_float(p.greenColorant.Y); in build_colorant_matrix()
184 result.m[2][1] = s15Fixed16Number_to_float(p.greenColorant.Z); in build_colorant_matrix()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Dtransform_util.c212 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X); in build_colorant_matrix()
215 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y); in build_colorant_matrix()
218 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z); in build_colorant_matrix()
H A Diccread.c290 gX = s15Fixed16Number_to_float(profile->greenColorant.X); in qcms_profile_is_bogus()
291 gY = s15Fixed16Number_to_float(profile->greenColorant.Y); in qcms_profile_is_bogus()
292 gZ = s15Fixed16Number_to_float(profile->greenColorant.Z); in qcms_profile_is_bogus()
1133 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
H A Dqcmsint.h224 struct XYZNumber greenColorant; member
H A Dtransform.cpp308 profile->greenColorant.X = double_to_s15Fixed16Number(colorants.m[0][1]); in set_rgb_colorants()
309 profile->greenColorant.Y = double_to_s15Fixed16Number(colorants.m[1][1]); in set_rgb_colorants()
310 profile->greenColorant.Z = double_to_s15Fixed16Number(colorants.m[2][1]); in set_rgb_colorants()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Dtransform_util.c212 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X);
215 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y);
218 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z);
H A Diccread.c290 gX = s15Fixed16Number_to_float(profile->greenColorant.X); in qcms_profile_is_bogus()
291 gY = s15Fixed16Number_to_float(profile->greenColorant.Y); in qcms_profile_is_bogus()
292 gZ = s15Fixed16Number_to_float(profile->greenColorant.Z); in qcms_profile_is_bogus()
1104 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
H A Dqcmsint.h213 struct XYZNumber greenColorant;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Dtransform_util.c212 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X); in build_colorant_matrix()
215 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y); in build_colorant_matrix()
218 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z); in build_colorant_matrix()
H A Diccread.c290 gX = s15Fixed16Number_to_float(profile->greenColorant.X); in qcms_profile_is_bogus()
291 gY = s15Fixed16Number_to_float(profile->greenColorant.Y); in qcms_profile_is_bogus()
292 gZ = s15Fixed16Number_to_float(profile->greenColorant.Z); in qcms_profile_is_bogus()
1115 profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ); in qcms_profile_from_memory()
H A Dqcmsint.h213 struct XYZNumber greenColorant; member
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs52 pub(crate) greenColorant: XYZNumber, field
388 gX = s15Fixed16Number_to_float(profile.greenColorant.X); in qcms_profile_is_bogus()
389 gY = s15Fixed16Number_to_float(profile.greenColorant.Y); in qcms_profile_is_bogus()
390 gZ = s15Fixed16Number_to_float(profile.greenColorant.Z); in qcms_profile_is_bogus()
1520 profile.greenColorant.X = double_to_s15Fixed16Number(0.); in new_XYZD50()
1521 profile.greenColorant.Y = double_to_s15Fixed16Number(1.); in new_XYZD50()
1522 profile.greenColorant.Z = double_to_s15Fixed16Number(0.); in new_XYZD50()
1666 profile.greenColorant = read_tag_XYZType(src, &index, TAG_gXYZ); in new_from_slice()
H A Dtransform_util.rs175 result.m[0][1] = s15Fixed16Number_to_float(p.greenColorant.X); in build_colorant_matrix()
178 result.m[1][1] = s15Fixed16Number_to_float(p.greenColorant.Y); in build_colorant_matrix()
181 result.m[2][1] = s15Fixed16Number_to_float(p.greenColorant.Z); in build_colorant_matrix()

12