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

/inkscape/src/
H A Dtext-editing.cpp1426 objects to the beginning or end respectively. \a span_object_name is the
1428 static void recursively_apply_style(SPObject *common_ancestor, SPCSSAttr const *css, SPObject *start_item, Glib::ustring::iterator start_text_iter, SPObject *end_item, Glib::ustring::iterator end_text_iter, char const *span_object_name) argument
1440 recursively_apply_style(child, css, NULL, start_text_iter, end_item, end_text_iter, span_object_name);
1451 Inkscape::XML::Node *child_span = xml_doc->createElement(span_object_name);
1516 recursively_apply_style(child, css, start_item, start_text_iter, end_item, end_text_iter, span_object_name);

Completed in 244 milliseconds