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

/inkscape/src/libavoid/
H A Dorthogonal.cpp154 bool overlapsWith(const ShiftSegment& rhs, const size_t dim) const function in class:Avoid::ShiftSegment
2066 //COLA_ASSERT(lhs.overlapsWith(rhs, dimension) == false);
2146 if (curr->overlapsWith(*curr2, dimension))
2238 if (currSegment->overlapsWith(*prevSeg, dimension) &&

Completed in 19 milliseconds