Home
last modified time | relevance | path

Searched refs:CdColorYxy (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcd-color.h49 } CdColorYxy; typedef
108 CdColorYxy *cd_color_yxy_new (void);
115 void cd_color_yxy_free (CdColorYxy *src);
122 G_DEFINE_AUTOPTR_CLEANUP_FUNC(CdColorYxy, cd_color_yxy_free)
129 CdColorYxy *cd_color_yxy_dup (const CdColorYxy *src);
145 void cd_color_yxy_set (CdColorYxy *dest,
160 void cd_color_yxy_copy (const CdColorYxy *src,
161 CdColorYxy *dest);
175 void cd_color_yxy_to_xyz (const CdColorYxy *src,
178 CdColorYxy *dest);
[all …]
H A Dcd-edid.h84 const CdColorYxy *cd_edid_get_red (CdEdid *edid);
85 const CdColorYxy *cd_edid_get_green (CdEdid *edid);
86 const CdColorYxy *cd_edid_get_blue (CdEdid *edid);
87 const CdColorYxy *cd_edid_get_white (CdEdid *edid);
H A Dcd-color.c102 CdColorYxy *
103 cd_color_yxy_dup (const CdColorYxy *src) in cd_color_yxy_dup()
105 CdColorYxy *dest; in cd_color_yxy_dup()
345 CdColorYxy *
348 return g_slice_new0 (CdColorYxy); in cd_color_yxy_new()
432 cd_color_yxy_free (CdColorYxy *src) in cd_color_yxy_free()
434 g_slice_free (CdColorYxy, src); in cd_color_yxy_free()
673 cd_color_yxy_copy (const CdColorYxy *src, CdColorYxy *dest) in cd_color_yxy_copy()
807 cd_color_yxy_to_xyz (const CdColorYxy *src, CdColorXYZ *dest) in cd_color_yxy_to_xyz()
930 cd_color_xyz_to_yxy (const CdColorXYZ *src, CdColorYxy *dest) in cd_color_xyz_to_yxy()
[all …]
H A Dcd-edid.c41 CdColorYxy *red;
42 CdColorYxy *green;
43 CdColorYxy *blue;
44 CdColorYxy *white;
342 const CdColorYxy *
360 const CdColorYxy *
378 const CdColorYxy *
396 const CdColorYxy *
H A Dcd-icc.h243 const CdColorYxy *red,
244 const CdColorYxy *green,
245 const CdColorYxy *blue,
246 const CdColorYxy *white,
H A Dcd-dom.h77 CdColorYxy *yxy);
H A Dcd-it8-utils.c51 CdColorYxy tmp_Yxy[5]; in ch_it8_utils_4color_read_data()
346 CdColorYxy yxy; in cd_it8_utils_calculate_cri_from_cmf()
H A Dcd-test-private.c1118 CdColorYxy yxy; in colord_color_func()
1574 CdColorYxy blue; in colord_icc_edid_func()
1575 CdColorYxy green; in colord_icc_edid_func()
1576 CdColorYxy red; in colord_icc_edid_func()
1577 CdColorYxy white; in colord_icc_edid_func()
H A Dcd-dom.c532 cd_dom_get_node_yxy (const GNode *node, CdColorYxy *yxy) in cd_dom_get_node_yxy()
H A Dcd-icc.c3164 const CdColorYxy *red, in cd_icc_create_from_edid()
3165 const CdColorYxy *green, in cd_icc_create_from_edid()
3166 const CdColorYxy *blue, in cd_icc_create_from_edid()
3167 const CdColorYxy *white, in cd_icc_create_from_edid()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/color/
H A Dgcm-edid.h55 const CdColorYxy *gcm_edid_get_red (GcmEdid *edid);
56 const CdColorYxy *gcm_edid_get_green (GcmEdid *edid);
57 const CdColorYxy *gcm_edid_get_blue (GcmEdid *edid);
58 const CdColorYxy *gcm_edid_get_white (GcmEdid *edid);
H A Dgcm-edid.c49 CdColorYxy *red;
50 CdColorYxy *green;
51 CdColorYxy *blue;
52 CdColorYxy *white;
147 const CdColorYxy *
154 const CdColorYxy *
161 const CdColorYxy *
168 const CdColorYxy *
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/color/
H A Dgcm-edid.h75 const CdColorYxy *gcm_edid_get_red (GcmEdid *edid);
76 const CdColorYxy *gcm_edid_get_green (GcmEdid *edid);
77 const CdColorYxy *gcm_edid_get_blue (GcmEdid *edid);
78 const CdColorYxy *gcm_edid_get_white (GcmEdid *edid);
H A Dgcm-edid.c49 CdColorYxy *red;
50 CdColorYxy *green;
51 CdColorYxy *blue;
52 CdColorYxy *white;
148 const CdColorYxy *
155 const CdColorYxy *
162 const CdColorYxy *
169 const CdColorYxy *
H A Dcsd-color-manager.c549 const CdColorYxy *tmp; in gcm_apply_create_icc_profile_for_edid()
/dports/graphics/gnome-color-manager/gnome-color-manager-3.36.0/src/
H A Dgcm-self-test.c30 CdColorYxy white_Yxy; in gcm_test_cie_widget_func()
31 CdColorYxy red_Yxy; in gcm_test_cie_widget_func()
32 CdColorYxy green_Yxy; in gcm_test_cie_widget_func()
33 CdColorYxy blue_Yxy; in gcm_test_cie_widget_func()
H A Dgcm-cie-widget.c37 CdColorYxy *red; /* red primary illuminant */
38 CdColorYxy *green; /* green primary illuminant */
39 CdColorYxy *blue; /* blue primary illuminant */
40 CdColorYxy *white; /* white point */
/dports/graphics/colord/colord-1.3.5/client/
H A Dcd-create-profile.c456 CdColorYxy yxy; in cd_util_create_standard_space()
/dports/graphics/colord/colord-1.3.5/
H A DNEWS520 - libcolord: Correctly copy CdColorYxy->Y when used as a property (Richard Hughes)
H A DChangeLog8085 colord: Correctly copy CdColorYxy objects when used as properties