Searched refs:crepr (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dsp-object-group.cpp54 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
56 if (crepr) {
57 l = g_slist_prepend(l, crepr);
H A Dsp-defs.cpp83 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
84 if (crepr) {
85 l = g_slist_prepend(l, crepr);
H A Dsp-flowregion.cpp150 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
152 if (crepr) {
153 l = g_slist_prepend(l, crepr);
305 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
307 if (crepr) {
308 l = g_slist_prepend(l, crepr);
H A Dsp-filter.cpp272 Inkscape::XML::Node *crepr = child->updateRepr(doc, NULL, flags); local
274 if (crepr) {
275 l = g_slist_prepend (l, crepr);
H A Dsp-text.cpp270 Inkscape::XML::Node *crepr = NULL; local
273 crepr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
275 crepr = child->updateRepr(xml_doc, NULL, flags);
278 if (crepr) {
279 l = g_slist_prepend (l, crepr);
H A Dsp-gradient.cpp591 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
593 if (crepr) {
594 l = g_slist_prepend(l, crepr);
H A Dsp-item-group.cpp236 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
238 if (crepr) {
239 l = g_slist_prepend (l, crepr);
H A Dsp-item.cpp726 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags); local
727 if (crepr) {
728 l = g_slist_prepend (l, crepr);
/inkscape/src/xml/
H A Drepr-io.cpp623 Node *crepr = sp_repr_svg_read_node (xml_doc, child, default_ns, prefix_map); local
624 if (crepr) {
625 repr->appendChild(crepr);
626 Inkscape::GC::release(crepr);

Completed in 30 milliseconds