Searched refs:new_elem (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/filters/
H A Dimage.cpp77 static void sp_feImage_href_modified(SPObject* /*old_elem*/, SPObject* new_elem, SPObject* obj) argument
81 if (new_elem) {
82 feImage->SVGElem = SP_ITEM(new_elem);
/inkscape/src/libcroco/
H A Dcr-declaration.c433 CRDeclaration *new_elem = NULL; local
436 new_elem = cr_declaration_new (a_this->parent_statement,
439 new_elem = cr_declaration_new (NULL, a_prop, a_value);
442 g_return_val_if_fail (new_elem, NULL);
444 return cr_declaration_append (a_this, new_elem);

Completed in 48 milliseconds