Searched refs:a_style (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.c242 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_style, CRTerm * a_value);
272 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
276 set_prop_float (CRStyle * a_style, CRTer
432 set_prop_padding_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
501 set_prop_border_x_width_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
569 set_prop_border_width_from_value(CRStyle *a_style, CRTerm *a_value) argument
612 set_prop_border_x_style_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
697 set_prop_border_style_from_value(CRStyle *a_style, CRTerm *a_value) argument
745 set_prop_margin_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
810 set_prop_display_from_value(CRStyle * a_style, CRTerm * a_value) argument
871 set_prop_position_from_value(CRStyle * a_style, CRTerm * a_value) argument
918 set_prop_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
973 set_prop_float(CRStyle * a_style, CRTerm * a_value) argument
1010 set_prop_width(CRStyle * a_style, CRTerm * a_value) argument
1044 set_prop_color(CRStyle * a_style, CRTerm * a_value) argument
1058 set_prop_background_color(CRStyle * a_style, CRTerm * a_value) argument
1080 set_prop_border_x_color_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1137 set_prop_border_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1165 set_prop_border_from_value(CRStyle * a_style, CRTerm * a_value) argument
1180 set_prop_padding_from_value(CRStyle * a_style, CRTerm * a_value) argument
1232 set_prop_margin_from_value(CRStyle * a_style, CRTerm * a_value) argument
1284 set_prop_font_family_from_value(CRStyle * a_style, CRTerm * a_value) argument
1389 init_style_font_size_field(CRStyle * a_style) argument
1409 set_prop_font_size_from_value(CRStyle * a_style, CRTerm * a_value) argument
1556 set_prop_font_style_from_value(CRStyle * a_style, CRTerm * a_value) argument
1596 set_prop_font_weight_from_value(CRStyle * a_style, CRTerm * a_value) argument
1665 set_prop_white_space_from_value(CRStyle * a_style, CRTerm * a_value) argument
[all...]
H A Dcr-sel-eng.h104 CRStyle **a_style,
H A Dcr-sel-eng.c1081 set_style_from_props (CRStyle * a_style, CRPropList * a_props) argument
1088 cr_style_set_style_from_decl (a_style, decl);
1505 CRStyle ** a_style,
1513 && a_node && a_style, CR_BAD_PARAM_ERROR);
1520 if (!*a_style) {
1521 *a_style = cr_style_new (a_set_props_to_initial_values) ;
1522 g_return_val_if_fail (*a_style, CR_ERROR);
1525 cr_style_set_props_to_initial_values (*a_style) ;
1527 cr_style_set_props_to_default_values (*a_style);
1530 (*a_style)
1501 cr_sel_eng_get_matched_style(CRSelEng * a_this, CRCascade * a_cascade, CRXMLNodePtr a_node, CRStyle * a_parent_style, CRStyle ** a_style, gboolean a_set_props_to_initial_values) argument
[all...]

Completed in 15 milliseconds