Home
last modified time | relevance | path

Searched refs:gstyle_color_plane_get_component_adjustment (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/tests/
H A Dtest-gstyle-color-plane.c76gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_HSV_H)); in test_color_plane()
80gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_HSV_S)); in test_color_plane()
84gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_HSV_V)); in test_color_plane()
88gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_LAB_L)); in test_color_plane()
92gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_LAB_A)); in test_color_plane()
96gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_LAB_A)); in test_color_plane()
100gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_RGB_RED)); in test_color_plane()
104gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_RGB_RED)); in test_color_plane()
108gstyle_color_plane_get_component_adjustment (plane, GSTYLE_COLOR_COMPONENT_RGB_BLUE)); in test_color_plane()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-plane.h66 GtkAdjustment *gstyle_color_plane_get_component_adjustment (GstyleColorPlane *se…
H A Dgstyle-color-panel.c709 adj = gstyle_color_plane_get_component_adjustment (self->color_plane, i); in component_toggled_cb()
1087 adj = gstyle_color_plane_get_component_adjustment (self->color_plane, i); in setup_ui()
H A Dgstyle-color-plane.c1180 gstyle_color_plane_get_component_adjustment (GstyleColorPlane *self, in gstyle_color_plane_get_component_adjustment() function