Searched defs:reset_active_lm (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libvpsc/ |
H A D | block.cpp | 294 void Block::reset_active_lm(Variable* const v, Variable* const u) { function in class:vpsc::Block 299 reset_active_lm(c->right,v); 306 reset_active_lm(c->left,v); 313 reset_active_lm(vars->front(),NULL); 319 reset_active_lm(vars->front(),NULL);
|
/inkscape/src/libavoid/ |
H A D | vpsc.cpp | 1014 void Block::reset_active_lm(Variable* const v, Variable* const u) { function in class:Avoid::Block 1019 reset_active_lm(c->right,v); 1026 reset_active_lm(c->left,v); 1058 reset_active_lm(vars->front(),NULL); 1068 reset_active_lm(vars->front(),NULL);
|
Completed in 665 milliseconds