Searched defs:reset_active_lm (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libvpsc/
H A Dblock.cpp294 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 Dvpsc.cpp1014 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 50 milliseconds