Home
last modified time | relevance | path

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

/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-plane.c47 gdouble lab_x_factor; member
187 lab.a = priv->cursor_x * priv->data.lab_x_factor - 128.0; in get_xyz_from_cursor()
194 lab.b = priv->cursor_x * priv->data.lab_x_factor - 128.0; in get_xyz_from_cursor()
201 lab.a = priv->cursor_x * priv->data.lab_x_factor - 128.0; in get_xyz_from_cursor()
268 x = (lab.a + 128.0) / priv->data.lab_x_factor; in set_cursor_from_xyz()
274 x = (lab.b + 128.0) / priv->data.lab_x_factor; in set_cursor_from_xyz()
280 x = (lab.a + 128.0) / priv->data.lab_x_factor; in set_cursor_from_xyz()
533 lab.a = x * data.lab_x_factor - 128.0; in compute_plane_cielab_l_mode()
561 lab.b = x * data.lab_x_factor - 128.0; in compute_plane_cielab_a_mode()
589 lab.a = x * data.lab_x_factor - 128.0; in compute_plane_cielab_b_mode()
[all …]