Searched refs:border_style_props (Results 1 – 2 of 2) sorted by relevance
635 border_style_props[BORDER_STYLE_PROP_TOP]; in set_prop_border_x_style_from_value()640 &a_style->border_style_props[BORDER_STYLE_PROP_RIGHT]; in set_prop_border_x_style_from_value()645 border_style_props[BORDER_STYLE_PROP_BOTTOM]; in set_prop_border_x_style_from_value()650 border_style_props[BORDER_STYLE_PROP_LEFT]; in set_prop_border_x_style_from_value()1825 a_this->border_style_props[i] = BORDER_STYLE_NONE; in cr_style_set_props_to_default_values()1919 a_this->border_style_props[i] = BORDER_STYLE_NONE; in cr_style_set_props_to_initial_values()1973 if (a_this->border_style_props[i] == BORDER_STYLE_INHERIT) { in cr_style_resolve_inherited_properties()1974 a_this->border_style_props[i] = in cr_style_resolve_inherited_properties()1975 a_this->parent_style->border_style_props[i]; in cr_style_resolve_inherited_properties()2734 border_style_props[i], str, in cr_style_to_string()
258 enum CRBorderStyle border_style_props[NB_BORDER_STYLE_PROPS] ; member