Searched refs:getActivePathBetween (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libavoid/ |
H A D | vpsc.h | 102 bool getActivePathBetween(Constraints& path, Variable const* u,
|
H A D | vpsc.cpp | 1080 getActivePathBetween(e.path,lv,rv,NULL); 1104 bool Block::getActivePathBetween(Constraints& path, Variable const* u, function in class:Avoid::Block 1109 if(getActivePathBetween(path, (*c)->left, v, u)) { 1117 if(getActivePathBetween(path, (*c)->right, v, u)) {
|
Completed in 26 milliseconds