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

/inkscape/src/libavoid/
H A Dmakepath.cpp54 int prevIndex; // Index into DONE for the previous ANode.
391 // position in the DONE vector. At completion, this order is written into
406 std::vector<ANode> DONE; // insertions/deletions at back, local
449 Node.inf, DONE, BestNode.prevIndex);
458 // Point parent to last BestNode (pushed onto DONE)
459 Node.prevIndex = DONE.size() - 1;
466 DONE.push_back(BestNode);
511 // Push the BestNode onto DONE
512 DONE.push_back(BestNode);
515 DONE[BestNod
[all...]

Completed in 427 milliseconds