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

/inkscape/src/libvpsc/
H A Dgenerate-constraints.h79 int generateXConstraints(const int n, Rectangle** rs, Variable** vars, Constraint** &cs, const bool useNeighbourLists);
H A Dgenerate-constraints.cpp170 * useNeighbourLists determines whether or not a heuristic is used to deciding whether to resolve
173 int generateXConstraints(const int n, Rectangle** rs, Variable** vars, Constraint** &cs, const bool useNeighbourLists) { argument
191 if(useNeighbourLists) {
212 if(useNeighbourLists) {

Completed in 14 milliseconds