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

/inkscape/src/libavoid/
H A Dorthogonal.cpp2057 int lhsPos = lowOrder.positionFor(lhs.connRef, dimension); local
2059 if ((lhsPos == -1) || (rhsPos == -1))
2061 // A value for rhsPos or lhsPos mean the points are not directly
2075 return lhsPos < rhsPos;

Completed in 20 milliseconds