Searched refs:decl (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-prop-list.c29 CRDeclaration *decl; member in struct:_CRPropListPriv
121 PRIVATE (list)->decl = a_decl;
176 PRIVATE (list)->decl = a_decl;
232 PRIVATE (a_this)->decl = a_decl;
249 *a_decl = PRIVATE (a_this)->decl;
262 *Returns CR_OK if a prop/decl pair has been found,
302 *Gets the next prop/decl pair in the list
319 *Gets the previous prop/decl pair in the list
334 *@a_this: the current list of prop/decl pairs
335 *@a_pair: the prop/decl pai
[all...]
H A Dcr-sel-eng.c965 CRDeclaration *decl; local
967 decl = NULL;
1001 cr_prop_list_get_decl (pair, &decl);
1002 g_return_val_if_fail (decl, CR_ERROR);
1012 if (decl->parent_statement
1013 && decl->parent_statement->parent_sheet
1014 && (decl->parent_statement->parent_sheet->origin
1023 if (decl->important == TRUE
1024 && decl->parent_statement->parent_sheet->origin
1038 } else if (decl
1084 CRDeclaration *decl = NULL; local
[all...]
H A Dcr-om-parser.c654 CRDeclaration *decl = NULL, local
680 decl = cr_declaration_new (ctxt->cur_stmt, str, a_expression);
681 g_return_if_fail (decl);
683 decl->important = a_important;
691 (ctxt->cur_stmt->kind.ruleset->decl_list, decl);
693 cr_declaration_destroy (decl);
695 ("Could not append decl to ruleset");
699 decl = NULL;
706 decl);
708 cr_declaration_destroy (decl);
[all...]
H A Dcr-statement.c83 CRDeclaration *decl = NULL; local
98 decl = cr_declaration_new (stmt, name, a_value);
99 if (!decl) {
107 decl);
110 decl = NULL;
113 if (decl) {
114 cr_declaration_unref (decl);
115 decl = NULL;
199 CRDeclaration *decl = NULL; local
209 decl
326 CRDeclaration *decl = NULL; local
435 CRDeclaration *decl = NULL; local
[all...]
/inkscape/src/
H A Dsp-style-elem.cpp245 CRDeclaration *const decl = cr_declaration_new(ruleset, cr_string_dup(a_name), a_value); local
246 g_return_if_fail(decl);
247 decl->important = a_important;
248 CRStatus const append_status = cr_statement_ruleset_append_decl(ruleset, decl);
H A Dstyle.h68 void _mergeDecl( CRDeclaration const *const decl );
H A Dstyle.cpp1139 SPStyle::_mergeDecl( CRDeclaration const *const decl ) {
1143 unsigned const prop_idx = sp_attribute_lookup(decl->property->stryng->str);
1150 guchar *const str_value_unsigned = cr_term_to_string(decl->value);
1165 CRDeclaration *decl = NULL; local
1166 cr_prop_list_get_decl(props, &decl);
1167 _mergeDecl( decl );
/inkscape/src/xml/
H A Drepr-css.cpp347 static void sp_repr_css_merge_from_decl(SPCSSAttr *css, CRDeclaration const *const decl) argument
349 guchar *const str_value_unsigned = cr_term_to_string(decl->value);
405 ((Node *) css)->setAttribute(decl->property->stryng->str, os.str().c_str(), false);
/inkscape/share/extensions/
H A Dcoloreffect.py75 for i,decl in enumerate(declarations):
76 parts = decl.split(':', 2)
H A Dvoronoi2svg.py266 for i,decl in enumerate(declarations):
267 parts = decl.split(':', 2)

Completed in 88 milliseconds