Searched refs:vx (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libcola/
H A Dconjugate_gradient.cpp61 valarray<double> vx(n);
64 vx[i]=x[i];
70 conjugate_gradient(vA,vx,vb,n,tol,max_iterations);
72 x[i]=vx[i];
/inkscape/share/extensions/
H A Dmotion.py43 np[i] += self.vx
50 np[-2:] = last[0]+self.vx,last[1]+self.vy
59 self.vx = math.cos(math.radians(self.options.angle))*self.options.magnitude
80 tees = [t for t in bezmisc.beziertatslope(bez,(self.vy,self.vx)) if 0<t<1]
H A Dpathalongpath.py187 vx=0
190 bpt[0]=x+vx*dx
191 bpt[1]=y+vy+vx*dy
193 bpt[0]=x+vx*dx-vy*dy
194 bpt[1]=y+vx*dy+vy*dx
197 vx=v[0]-self.skelcomp[0][0]-s
200 v[0]=x+vx*dx
201 v[1]=y+vy+vx*dy
203 v[0]=x+vx*dx-vy*dy
204 v[1]=y+vx*d
[all...]
H A Dsynfig_prepare.py382 vx, vy, vw, vh = [get_dimension(x) for x in node.get("viewBox").split()]
385 t = "translate(%f, %f) scale(%f, %f)" % (-vx, -vy, dw/vw, dh/vh)
/inkscape/
H A Dgenerate_POTFILES.sh38 ) | grep -vx -f po/POTFILES.skip > po/POTFILES.in.new
/inkscape/src/libavoid/
H A Dgeometry.h102 vx = b.x - a.x, local
104 scalarProj = ux * vx + uy * vy;
H A Dgeometry.cpp287 vx = c.x - b.x, local
290 lv = sqrt(vx*vx+vy*vy),
291 udotv = ux * vx + uy * vy,
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c488 gint *vx,
511 *vx = floor (center_x + cos (angle + 4.0 * G_PI / 3.0) * inner + 0.5);
553 gdouble hx, hy, sx, sy, vx, vy; local
568 vx = ivx - center_x;
573 if (vx * (x - sx) + vy * (y - sy) < 0.0)
587 *v = (((x - sx) * (vx - sx) + (y - sy) * (vy - sy))
588 / ((vx - sx) * (vx - sx) + (vy - sy) * (vy - sy)));
598 *s = (((x - vx) * (hx - vx)
483 compute_triangle(GimpColorWheel *wheel, gint *hx, gint *hy, gint *sx, gint *sy, gint *vx, gint *vy) argument
640 gint hx, hy, sx, sy, vx, vy; local
1016 gint hx, hy, sx, sy, vx, vy; /* HSV vertices */ local
1536 gint hx, hy, sx, sy, vx, vy; /* HSV vertices */ local
[all...]
/inkscape/src/trace/
H A Dsiox.cpp155 float vx = x / 0.95047; local
159 //printf("vx:%f vy:%f vz:%f\n", vx, vy, vz);
160 if (vx > 0.008856)
161 //vx = (float) pow(vx, 0.3333);
162 vx = (float) cbrt(vx);
164 vx = (7.787 * vx)
192 float vx = A / 500.0 + vy; local
[all...]
/inkscape/src/
H A Dsp-image.cpp496 double vx = this->ox; local
500 Geom::Translate tp(vx, vy);

Completed in 1164 milliseconds