Searched defs:parent_item (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsplivarot.cpp733 SPItem *parent_item = SP_ITEM(doc->getObjectByRepr(parent)); local
734 Geom::Affine local (parent_item->i2doc_affine());
H A Dtext-editing.cpp481 SPObject *parent_item = string_item; local
483 char_index += sum_sibling_text_lengths_before(parent_item);
484 parent_item = parent_item->parent;
485 TextTagAttributes *attributes = attributes_for_object(parent_item);
716 SPObject *parent_item = string_item; local
718 char_index += sum_sibling_text_lengths_before(parent_item);
719 parent_item = parent_item->parent;
720 TextTagAttributes *attributes = attributes_for_object(parent_item);
[all...]
/inkscape/src/ui/tools/
H A Dspray-tool.cpp1000 SPItem *parent_item = NULL; // Initial object local
1009 parent_item = item1;
1016 if (parent_item) {
1017 SPDocument *doc = parent_item->document;
1019 Inkscape::XML::Node *old_repr = parent_item->getRepr();
1022 Geom::OptRect a = parent_item->documentVisualBounds();
1041 Geom::Point center = parent_item->getCenter();
1054 selection->add(parent_item);

Completed in 396 milliseconds