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

/inkscape/src/
H A Dtext-editing.cpp343 contain all objects up to and including \a split_obj and the returned value
344 will be the new leaf which represents the copy of \a split_obj and extends
348 static SPObject* split_text_object_tree_at(SPObject *split_obj, unsigned char_index) argument
350 Inkscape::XML::Document *xml_doc = split_obj->document->getReprDoc();
351 if (is_line_break_object(split_obj)) {
352 Inkscape::XML::Node *new_node = duplicate_node_without_children(xml_doc, split_obj->getRepr());
353 split_obj->parent->getRepr()->addChild(new_node, split_obj->getRepr());
355 split_attributes(split_obj, split_obj
398 SPObject *split_obj = 0; local
[all...]

Completed in 303 milliseconds