Searched refs:CRStyle (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.h34 *The declaration of the #CRStyle class.
38 typedef struct _CRStyle CRStyle ; typedef in typeref:struct:_CRStyle
281 CRStyle *parent_style ;
312 CRStyle * cr_style_new (gboolean a_set_props_to_initial_values) ;
314 enum CRStatus cr_style_set_props_to_default_values (CRStyle *a_this) ;
315 enum CRStatus cr_style_set_props_to_initial_values (CRStyle *a_this) ;
316 enum CRStatus cr_style_resolve_inherited_properties (CRStyle *a_this) ;
317 enum CRStatus cr_style_propagate_from_parent (CRStyle *a_this);
319 enum CRStatus cr_style_set_style_from_decl (CRStyle *a_this,
323 enum CRStatus cr_style_copy (CRStyle *a_des
[all...]
H A Dcr-sel-eng.h103 CRStyle *a_parent_style,
104 CRStyle **a_style,
H A Dcr-style.c31 *The definition of the #CRStyle class.
159 *incremented by each new instance of #CRStyle
242 set_prop_padding_x_from_value (CRStyle * a_style,
246 set_prop_border_x_width_from_value (CRStyle * a_style,
250 set_prop_border_width_from_value (CRStyle *a_style,
254 set_prop_border_x_style_from_value (CRStyle * a_style,
258 set_prop_border_style_from_value (CRStyle *a_style,
262 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
266 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
269 set_prop_position_from_value (CRStyle * a_styl
[all...]
H A Dcr-sel-eng.c1081 set_style_from_props (CRStyle * a_style, CRPropList * a_props)
1504 CRStyle * a_parent_style,
1505 CRStyle ** a_style,

Completed in 22 milliseconds