Searched refs:nextX (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathConversion.cpp57 Geom::Point nextX; local
68 nextX = nData->p;
69 lastMoveTo = AddPoint(nextX, curP, 0.0, true);
76 nextX = pts[lastMoveTo].p;
77 int n = AddPoint(nextX, curP, 1.0, false);
85 nextX = nData->p;
86 AddPoint(nextX,curP,1.0,false);
94 nextX = nData->p;
95 RecCubicTo(curX, nData->start, nextX, nData->end, treshhold, 8, 0.0, 1.0, curP);
96 AddPoint(nextX, cur
221 Geom::Point nextX; local
436 Geom::Point nextX; local
[all...]
H A DPathOutline.cpp76 Geom::Point nextX; local
97 nextX = PrevPoint (curD - 1);
98 rev->LineTo (nextX);
99 curX = nextX;
103 nextX = PrevPoint (curD - 1);
106 rev->CubicTo (nextX, ieD,isD);
107 curX = nextX;
111 nextX = PrevPoint (curD - 1);
112 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
113 curX = nextX;
263 Geom::Point nextX; local
376 Geom::Point nextX; local
[all...]

Completed in 18 milliseconds