Searched refs:vl (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libcola/ |
H A D | gradient_projection.h | 50 vpsc::Variable* vl, * vr; local 52 vs.push_back(vl=new vpsc::Variable(vs.size(), leftMargin, weight)); 58 cs.push_back(new vpsc::Constraint(vl, vs[o->first], o->second));
|
/inkscape/src/libvpsc/ |
H A D | block.h | 74 * Block needs to be split because of a violated constraint between vl and vr. 79 Constraint* splitBetween(Variable* vl, Variable* vr, Block* &lb, Block* &rb);
|
H A D | block.cpp | 354 Constraint* Block::splitBetween(Variable* const vl, Variable* const vr, argument 358 f<<" need to split between: "<<*vl<<" and "<<*vr<<endl; 360 Constraint *c=findMinLMBetween(vl, vr);
|
/inkscape/src/libavoid/ |
H A D | vpsc.h | 94 Constraint* splitBetween(Variable* vl, Variable* vr, Block* &lb, Block* &rb);
|
H A D | vpsc.cpp | 1153 * Block needs to be split because of a violated constraint between vl and vr. 1158 Constraint* Block::splitBetween(Variable* const vl, Variable* const vr, argument 1162 f<<" need to split between: "<<*vl<<" and "<<*vr<<endl; 1164 Constraint *c=findMinLMBetween(vl, vr);
|
/inkscape/src/live_effects/ |
H A D | spiro.cpp | 870 double ul, vl; 876 vl = (scale * (1./3)) * sin(th_even - th_odd); 879 bc.curveto(x0 + ul, y0 + vl, x1 - ur, y1 - vr, x1, y1, close_last); 1039 double ul, vl; 1044 vl = (scale * (1./3)) * sin(th_even - th_odd); 1048 x0 + ul, y0 + vl, x1 - ur, y1 - vr, x1, y1);
|
/inkscape/src/ui/tools/ |
H A D | tweak-tool.cpp | 784 double vl = Geom::L2(pdiff); local 794 pos = pnorm[Geom::X] / vl; 796 r = radius / vl;
|
Completed in 1814 milliseconds