Searched defs:nx (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeMisc.cpp | 998 Geom::Point nx = getPoint(getEdge(bord).en).x; local 1011 nx = getPoint(getEdge(bord).en).x; 1021 dest->LineTo (nx); 1033 Geom::Point nx = getPoint(getEdge(bord).en).x; local 1048 nx = getPoint(getEdge(bord).en).x; 1099 dest->ArcTo (nx, nData->rx,nData->ry,nData->angle, nLarge, nClockwise); 1110 Geom::Point nx = getPoint(getEdge(bord).en).x; local 1125 nx = getPoint(getEdge(bord).en).x; 1145 dest->CubicTo (nx,sDx,eDx); 1158 Geom::Point nx local 1394 ReFormeBezierChunk(Geom::Point px, Geom::Point nx, Path * dest, int inBezier, int nbInterm, Path * from, int p, double ts, double te) argument [all...] |
/inkscape/src/ |
H A D | sp-offset.cpp | 817 Geom::Point nx = theRes->getPoint(i).x; local 818 Geom::Point nxpx = px-nx; 825 nx = px - theRes->getPoint(i).x; 826 double nlen = sqrt (dot(nx , nx)); 827 nx /= nlen; 854 if (vectors_are_clockwise (nex, nx, prx)) 884 Geom::Point nx = ex - sx; local 885 double len = sqrt (dot(nx,nx)); [all...] |
Completed in 20 milliseconds