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

/inkscape/src/
H A Dselection-chemistry.cpp697 // Remember the position and parent of the topmost object.
698 gint topmost = p.back()->position(); local
709 topmost --; // only reduce count for those items deleted from topmost_parent
748 // Add the new group to the topmost members' parent
751 // Move to the position of the topmost, reduced by the number of items deleted from topmost_parent
752 group->setPosition(topmost + 1);
1202 // If this is a group, merge the style of its topmost (last) child with style
3569 // Sort items so that the topmost comes last
3600 // Remember parent and z-order of the topmost one
3774 int topmost local
3907 bool topmost = prefs->getBool("/options/maskobject/topmost", true); local
[all...]
H A Dsp-item.cpp311 SPObject *topmost=find_last_if<SPObject::SiblingIterator>(
314 if (topmost) {
315 getRepr()->parent()->changeOrder( getRepr(), topmost->getRepr() );

Completed in 2069 milliseconds