Searched refs:a_value (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.c243 CRTerm * a_value, enum CRDirection a_dir);
247 CRTerm * a_value,
251 CRTerm *a_value) ;
255 CRTerm * a_value,
259 CRTerm *a_value) ;
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, CRTerm * a_value);
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
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-declaration.h80 CRTerm *a_value) ;
95 CRTerm *a_value) ;
H A Dcr-rgb.c558 *@a_value: the terminal from which to set
565 cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value) argument
568 g_return_val_if_fail (a_this && a_value,
571 switch(a_value->type) {
573 if (a_value->content.rgb) {
575 (a_this, a_value->content.rgb) ;
579 if (a_value->content.str
580 && a_value->content.str->stryng
581 && a_value->content.str->stryng->str) {
583 a_value
[all...]
H A Dcr-rgb.h84 enum CRStatus cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value);
H A Dcr-declaration.c63 *@a_value: the value expression of the declaration.
69 *The returned CRDeclaration takes ownership of @a_property and @a_value.
71 *@a_property and @a_value.)
75 CRString * a_property, CRTerm * a_value)
96 result->value = a_value;
98 if (a_value) {
99 cr_term_ref (a_value);
423 *@a_value: the value of the declaration to append.
431 CRString * a_prop, CRTerm * a_value)
437 a_prop, a_value);
74 cr_declaration_new(CRStatement * a_statement, CRString * a_property, CRTerm * a_value) argument
430 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument
[all...]
H A Dcr-parser.h119 enum CRStatus cr_parser_parse_charset (CRParser *a_this, CRString **a_value,
H A Dcr-statement.h330 CRString *a_prop, CRTerm *a_value) ;
393 CRTerm *a_value) ;
H A Dcr-fonts.h269 gdouble a_value) ;
H A Dcr-fonts.c456 * @a_value: the actual value to set.
463 gdouble a_value)
471 a_value, a_num_type) ;
461 cr_font_size_set_absolute_font_size(CRFontSize *a_this, enum CRNumType a_num_type, gdouble a_value) argument
H A Dcr-statement.c79 CRTerm * a_value, gboolean a_important)
98 decl = cr_declaration_new (stmt, name, a_value);
315 CRString * a_name, CRTerm * a_value,
340 decl = cr_declaration_new (stmt, name, a_value);
430 CRTerm * a_value, gboolean a_important)
449 decl = cr_declaration_new (ruleset, stringue, a_value);
2100 *@a_value: the value of the declaration.
2110 CRTerm * a_value)
2119 a_prop, a_value);
2462 *@a_value
77 parse_font_face_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
314 parse_at_media_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
428 parse_ruleset_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
2108 cr_statement_ruleset_append_decl2(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
2470 cr_statement_at_font_face_rule_add_decl(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
[all...]
/inkscape/src/
H A Dsp-style-elem.cpp228 CRTerm *const a_value, gboolean const a_important)
245 CRDeclaration *const decl = cr_declaration_new(ruleset, cr_string_dup(a_name), a_value);
226 property_cb(CRDocHandler *const a_handler, CRString *const a_name, CRTerm *const a_value, gboolean const a_important) argument

Completed in 35 milliseconds