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

/inkscape/src/libavoid/
H A Dmakepath.cpp676 ANode& ati = PENDING.at(i); local
677 if ((Node.inf == ati.inf) &&
678 (DONE[Node.prevIndex].inf == DONE[ati.prevIndex].inf))
681 if (Node.g < ati.g)
696 ANode& ati = DONE.at(i); local
697 if ((Node.inf == ati.inf) &&
698 (DONE[Node.prevIndex].inf == DONE[ati.prevIndex].inf))
701 if (Node.g < ati.g)

Completed in 14 milliseconds