Searched defs:topmost (Results 1 - 1 of 1) 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...]

Completed in 57 milliseconds