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

/inkscape/src/ui/widget/
H A Dcombo-enums.h34 Glib::ustring an=(*a)[_columns.label]; local
36 return an.compare(bn);
/inkscape/src/libavoid/
H A Dconnector.cpp659 // Thus, there should always be an equally short path that
847 // Check we don't have an apparent infinite connector path.
1343 // The segments share an endpoint -- a1==b1.
1552 Avoid::Point& an = *(c_path[i]);
1555 vecDir(*c_path[i - 1], an,
1557 VertID vID(an.id, true, an.vn);
1567 bool orderSwapped = (*pointOrders)[an].addPoints(
1568 &bn, &an, reversed);
1597 Avoid::Point& an local
[all...]

Completed in 2944 milliseconds