Searched refs:a_decl (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-prop-list.h | 44 CRDeclaration *a_decl) ; 51 CRDeclaration *a_decl) ; 68 CRDeclaration *a_decl); 71 CRDeclaration **a_decl) ;
|
H A D | cr-prop-list.c | 102 *@a_decl: the declaration to consider 110 CRDeclaration * a_decl) 115 g_return_val_if_fail (a_prop && a_decl, NULL); 121 PRIVATE (list)->decl = a_decl; 157 *@a_decl: the property value to append. 165 CRString * a_prop_name, CRDeclaration * a_decl) 171 && a_prop_name && a_decl, NULL); 176 PRIVATE (list)->decl = a_decl; 222 * @a_decl: the new property value. 227 cr_prop_list_set_decl (CRPropList * a_this, CRDeclaration * a_decl) argument 108 cr_prop_list_append2(CRPropList * a_this, CRString * a_prop, CRDeclaration * a_decl) argument 164 cr_prop_list_prepend2(CRPropList * a_this, CRString * a_prop_name, CRDeclaration * a_decl) argument 244 cr_prop_list_get_decl(CRPropList const * a_this, CRDeclaration ** a_decl) argument [all...] |
H A D | cr-declaration.c | 324 cr_declaration_unlink (CRDeclaration * a_decl) argument 326 CRDeclaration *result = a_decl; 333 if (a_decl->prev) { 334 g_return_val_if_fail (a_decl->prev->next == a_decl, NULL); 337 if (a_decl->next) { 338 g_return_val_if_fail (a_decl->next->prev == a_decl, NULL); 344 if (a_decl->prev) { 345 a_decl [all...] |
H A D | cr-declaration.h | 100 CRDeclaration * cr_declaration_unlink (CRDeclaration * a_decl) ;
|
H A D | cr-style.h | 320 CRDeclaration *a_decl) ;
|
H A D | cr-statement.h | 334 CRDeclaration *a_decl) ;
|
H A D | cr-style.c | 2007 *@param a_decl the declaration from which the #CRStyle fields are set. 2011 cr_style_set_style_from_decl (CRStyle * a_this, CRDeclaration * a_decl) argument 2018 g_return_val_if_fail (a_this && a_decl 2019 && a_decl 2020 && a_decl->property 2021 && a_decl->property->stryng 2022 && a_decl->property->stryng->str, 2026 ((const guchar *) a_decl->property->stryng->str); 2028 value = a_decl->value;
|
H A D | cr-statement.c | 2139 CRDeclaration * a_decl) 2147 (a_this->kind.ruleset->decl_list, a_decl); 2138 cr_statement_ruleset_append_decl(CRStatement * a_this, CRDeclaration * a_decl) argument
|
Completed in 250 milliseconds