Searched refs:a_prop (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-prop-list.h | 43 CRString *a_prop, 50 CRString *a_prop, 54 CRString *a_prop) ; 57 CRString **a_prop) ; 60 CRString *a_prop,
|
H A D | cr-prop-list.c | 101 *@a_prop: the property to consider 109 CRString * a_prop, 115 g_return_val_if_fail (a_prop && a_decl, NULL); 120 PRIVATE (list)->prop = a_prop; 184 *@a_prop: the property to set 189 cr_prop_list_set_prop (CRPropList * a_this, CRString * a_prop) argument 192 && a_prop, CR_BAD_PARAM_ERROR); 194 PRIVATE (a_this)->prop = a_prop; 201 *@a_prop: out parameter. The returned property 210 cr_prop_list_get_prop (CRPropList const * a_this, CRString ** a_prop) argument 108 cr_prop_list_append2(CRPropList * a_this, CRString * a_prop, CRDeclaration * a_decl) argument 267 cr_prop_list_lookup_prop(CRPropList * a_this, CRString * a_prop, CRPropList ** a_pair) argument [all...] |
H A D | cr-declaration.h | 94 CRString *a_prop,
|
H A D | cr-declaration.c | 422 *@a_prop: the property string of the declaration to append. 431 CRString * a_prop, CRTerm * a_value) 437 a_prop, a_value); 439 new_elem = cr_declaration_new (NULL, a_prop, a_value); 698 *@a_prop: the property name to search for. 701 *Returns #CRDeclaration with property name a_prop, or NULL if not found. 705 const guchar * a_prop) 710 g_return_val_if_fail (a_prop, NULL); 717 (const char *) a_prop)) { 430 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument 704 cr_declaration_get_by_prop_name(CRDeclaration * a_this, const guchar * a_prop) argument
|
H A D | cr-statement.h | 330 CRString *a_prop, CRTerm *a_value) ; 392 CRString *a_prop,
|
H A D | cr-style.h | 296 enum CRStatus cr_style_border_style_to_string (enum CRBorderStyle a_prop,
|
H A D | cr-statement.c | 2099 *@a_prop: the property of the declaration. 2109 CRString * a_prop, 2119 a_prop, a_value); 2461 *@a_prop: the property of the declaration. 2471 CRString * a_prop, CRTerm * a_value) 2482 a_prop, a_value); 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
|
H A D | cr-style.c | 416 cr_style_get_prop_id (const guchar * a_prop) argument 424 raw_id = (gpointer *) g_hash_table_lookup (gv_prop_hash, a_prop); 2435 cr_style_border_style_to_string (enum CRBorderStyle a_prop, argument 2442 switch (a_prop) {
|
Completed in 53 milliseconds