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

/inkscape/src/libavoid/
H A Dorthogonal.cpp2058 int rhsPos = lowOrder.positionFor(rhs.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 24 milliseconds