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

/inkscape/src/xml/
H A Drepr-util.cpp285 Inkscape::XML::Node const *to_second = AncetreFils(second, ancestor); member in class:Inkscape::XML
286 g_assert(to_second->parent() == to_first->parent());
288 p2 = to_second->position();
/inkscape/src/
H A Dsp-object.cpp349 SPObject const *to_second = AncestorSon(second, ancestor); local
351 g_assert(to_second->parent == to_first->parent);
353 result = sp_repr_compare_position(to_first->getRepr(), to_second->getRepr());

Completed in 1128 milliseconds