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

/inkscape/src/
H A Dsp-object.cpp323 static SPObject const *AncestorSon(SPObject const *obj, SPObject const *ancestor) { function
329 result = AncestorSon(obj->parent, ancestor);
348 SPObject const *to_first = AncestorSon(first, ancestor);
349 SPObject const *to_second = AncestorSon(second, ancestor);

Completed in 12 milliseconds