Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c1060 CRRgb *a_rgb = &a_style->rgb_props[RGB_PROP_COLOR].sv; in set_prop_color()
1074 CRRgb *rgb = &a_style->rgb_props[RGB_PROP_BACKGROUND_COLOR].sv; in set_prop_background_color()
1103 rgb_color = &a_style->rgb_props[RGB_PROP_BORDER_TOP_COLOR].sv; in set_prop_border_x_color_from_value()
1108 &a_style->rgb_props[RGB_PROP_BORDER_RIGHT_COLOR].sv; in set_prop_border_x_color_from_value()
1113 &a_style->rgb_props[RGB_PROP_BORDER_BOTTOM_COLOR].sv; in set_prop_border_x_color_from_value()
1118 &a_style->rgb_props[RGB_PROP_BORDER_LEFT_COLOR].sv; in set_prop_border_x_color_from_value()
1800 cr_rgb_set_to_inherit (&a_this->rgb_props[i].sv, in cr_style_set_props_to_default_values()
1807 cr_rgb_set (&a_this->rgb_props[i].sv, in cr_style_set_props_to_default_values()
1809 cr_rgb_set_to_transparent (&a_this->rgb_props[i].sv, in cr_style_set_props_to_default_values()
1818 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0, in cr_style_set_props_to_default_values()
[all …]
Dcr-style.h252 CRRgbPropVal rgb_props[NB_RGB_PROPS] ; member
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-styled-ostream.oo.c289 if (cr_rgb_is_set_to_inherit (&style->rgb_props[which].sv)) in style_compute_color_value()
291 else if (cr_rgb_is_set_to_transparent (&style->rgb_props[which].sv)) in style_compute_color_value()
302 cr_rgb_copy (&rgb, &style->rgb_props[which].sv); in style_compute_color_value()