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

/inkscape/src/
H A Dobject-hierarchy.cpp58 void ObjectHierarchy::_addTop(SPObject *senior, SPObject *junior) { argument
60 assert(senior != NULL);
66 } while ( object != senior );
130 void ObjectHierarchy::_addBottom(SPObject *senior, SPObject *junior) { argument
132 assert(senior != NULL);
134 if ( junior != senior ) {
135 _addBottom(senior, junior->parent);

Completed in 196 milliseconds