Searched refs:PrevPoint (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/livarot/
H A DPath.cpp542 TangentOnSegAt(at, PrevPoint (piece - 1), *nData, pos, tgt, len);
547 TangentOnArcAt(at,PrevPoint (piece - 1), *nData, pos, tgt, len, rad);
552 TangentOnCubAt(at, PrevPoint (piece - 1), *nData, false, pos, tgt, len, rad);
577 Geom::Point const bStPt = PrevPoint(bez_st - 1);
631 TangentOnSegAt(at, PrevPoint (piece - 1), dst, pos, tgt, len);
641 TangentOnSegAt(at, PrevPoint (piece - 1), *nData, pos, tgt, len);
646 TangentOnArcAt (at,PrevPoint (piece - 1), *nData, pos, tgt, len, rad);
651 TangentOnCubAt (at, PrevPoint (piece - 1), *nData, false, pos, tgt, len, rad);
674 Geom::Point const bStPt(PrevPoint( bez_st - 1 ));
913 Geom::Point const p = (i == 0) ? Geom::Point(0, 0) : PrevPoint(
[all...]
H A DPathOutline.cpp85 curX = PrevPoint(curD);
97 nextX = PrevPoint (curD - 1);
103 nextX = PrevPoint (curD - 1);
111 nextX = PrevPoint (curD - 1);
116 nextX = PrevPoint (curD - 1);
126 nextX = PrevPoint (nD);
130 nextX = PrevPoint (nD - 1);
266 curX = PrevPoint (curD);
277 nextX = PrevPoint (curD - 1);
283 nextX = PrevPoint (cur
[all...]
H A DPathCutting.cpp1148 startP=PrevPoint(cp-1);
1269 startP=PrevPoint(theBDI-1);
1420 Geom::Point nMvtP=PrevPoint(hasForced);
H A DShapeMisc.cpp1061 Path::ArcAngles (from->PrevPoint (nPiece - 1), nData->p,nData->rx,nData->ry,nData->angle*M_PI/180.0, nLarge, nClockwise, sang, eang);
1134 Geom::Point prevx = from->PrevPoint (nPiece - 1);
1399 Geom::Point bstx = from->PrevPoint (inBezier - 1);
H A DPath.h175 const Geom::Point PrevPoint (const int i) const;
H A DPathConversion.cpp639 const Geom::Point Path::PrevPoint(int i) const function in class:Path
668 return PrevPoint(i - 1);

Completed in 34 milliseconds