Lines Matching refs:CRStyle
253 set_prop_padding_x_from_value (CRStyle * a_style,
257 set_prop_border_x_width_from_value (CRStyle * a_style,
261 set_prop_border_width_from_value (CRStyle *a_style,
265 set_prop_border_x_style_from_value (CRStyle * a_style,
269 set_prop_border_style_from_value (CRStyle *a_style,
273 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
277 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
280 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value);
283 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
287 set_prop_float (CRStyle * a_style, CRTerm * a_value);
290 set_prop_width (CRStyle * a_style, CRTerm * a_value);
293 set_prop_color (CRStyle * a_style, CRTerm * a_value);
296 set_prop_background_color (CRStyle * a_style, CRTerm * a_value);
299 set_prop_border_x_color_from_value (CRStyle * a_style, CRTerm * a_value,
303 set_prop_border_x_from_value (CRStyle * a_style, CRTerm * a_value,
307 set_prop_border_from_value (CRStyle * a_style, CRTerm * a_value);
310 set_prop_padding_from_value (CRStyle * a_style, CRTerm * a_value);
313 set_prop_margin_from_value (CRStyle * a_style, CRTerm * a_value);
316 set_prop_font_family_from_value (CRStyle * a_style, CRTerm * a_value);
319 init_style_font_size_field (CRStyle * a_style);
322 set_prop_font_size_from_value (CRStyle * a_style, CRTerm * a_value);
325 set_prop_font_style_from_value (CRStyle * a_style, CRTerm * a_value);
328 set_prop_font_weight_from_value (CRStyle * a_style, CRTerm * a_value);
443 set_prop_padding_x_from_value (CRStyle * a_style, in set_prop_padding_x_from_value()
512 set_prop_border_x_width_from_value (CRStyle * a_style, in set_prop_border_x_width_from_value()
580 set_prop_border_width_from_value (CRStyle *a_style, in set_prop_border_width_from_value()
624 set_prop_border_x_style_from_value (CRStyle * a_style, in set_prop_border_x_style_from_value()
709 set_prop_border_style_from_value (CRStyle *a_style, in set_prop_border_style_from_value()
758 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value, in set_prop_margin_x_from_value()
823 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_display_from_value()
884 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_position_from_value()
931 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value, in set_prop_x_from_value()
986 set_prop_float (CRStyle * a_style, CRTerm * a_value) in set_prop_float()
1023 set_prop_width (CRStyle * a_style, CRTerm * a_value) in set_prop_width()
1057 set_prop_color (CRStyle * a_style, CRTerm * a_value) in set_prop_color()
1071 set_prop_background_color (CRStyle * a_style, CRTerm * a_value) in set_prop_background_color()
1093 set_prop_border_x_color_from_value (CRStyle * a_style, CRTerm * a_value, in set_prop_border_x_color_from_value()
1150 set_prop_border_x_from_value (CRStyle * a_style, CRTerm * a_value, in set_prop_border_x_from_value()
1178 set_prop_border_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_border_from_value()
1194 set_prop_padding_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_padding_from_value()
1245 set_prop_margin_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_margin_from_value()
1296 set_prop_font_family_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_font_family_from_value()
1401 init_style_font_size_field (CRStyle * a_style) in init_style_font_size_field()
1421 set_prop_font_size_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_font_size_from_value()
1568 set_prop_font_style_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_font_style_from_value()
1608 set_prop_font_weight_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_font_weight_from_value()
1677 set_prop_white_space_from_value (CRStyle * a_style, CRTerm * a_value) in set_prop_white_space_from_value()
1722 CRStyle *
1725 CRStyle *result = NULL; in cr_style_new()
1727 result = g_try_malloc (sizeof (CRStyle)); in cr_style_new()
1732 memset (result, 0, sizeof (CRStyle)); in cr_style_new()
1751 cr_style_set_props_to_default_values (CRStyle * a_this) in cr_style_set_props_to_default_values()
1856 cr_style_set_props_to_initial_values (CRStyle *a_this) in cr_style_set_props_to_initial_values()
1948 cr_style_resolve_inherited_properties (CRStyle *a_this) in cr_style_resolve_inherited_properties()
2023 cr_style_set_style_from_decl (CRStyle * a_this, CRDeclaration * a_decl) in cr_style_set_style_from_decl()
2257 cr_style_ref (CRStyle * a_this) in cr_style_ref()
2275 cr_style_unref (CRStyle * a_this) in cr_style_unref()
2297 CRStyle *
2298 cr_style_dup (CRStyle * a_this) in cr_style_dup()
2300 CRStyle *result = NULL; in cr_style_dup()
2323 cr_style_copy (CRStyle * a_dest, CRStyle * a_src) in cr_style_copy()
2327 memcpy (a_dest, a_src, sizeof (CRStyle)); in cr_style_copy()
2670 cr_style_to_string (CRStyle * a_this, GString ** a_str, guint a_nb_indent) in cr_style_to_string()
2856 cr_style_destroy (CRStyle * a_this) in cr_style_destroy()