Searched defs:canFollowLeft (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libvpsc/ |
H A D | block.cpp | 201 inline bool Block::canFollowLeft(Constraint *c, const Variable* const last) { function in class:vpsc::Block 225 if(canFollowLeft(c,u)) { 254 if(canFollowLeft(c,u)) { 304 if(canFollowLeft(c,u)) { 329 if (canFollowLeft(*c,u))
|
/inkscape/src/libavoid/ |
H A D | vpsc.cpp | 855 inline bool Block::canFollowLeft(Constraint const* c, Variable const* last) const { function in class:Avoid::Block 880 if(canFollowLeft(c,u)) { 899 if(canFollowLeft(c,u)) { 926 if(canFollowLeft(c,u)) { 973 if(canFollowLeft(c,u)) { 1024 if(canFollowLeft(c,u)) { 1043 if(canFollowLeft(c,u)) { 1093 if (canFollowLeft(*c,u)) 1108 if (canFollowLeft(*c,w)) {
|
Completed in 247 milliseconds