Searched defs:lastT (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathOutline.cpp345 bool skipMoveto, Geom::Point &lastP, Geom::Point &lastT)
486 lastT = enTgt;
536 lastT = enTgt;
592 lastT = enTgt; // tjs definie
656 lastT = enTgt;
687 lastT = enTgt;
759 lastT = enTgt;
789 lastT = enTgt;
341 SubContractOutline(int off, int num_pd, Path *dest, outline_callbacks & calls, double tolerance, double width, JoinType join, ButtType , double miter, bool closeIfNeeded, bool skipMoveto, Geom::Point &lastP, Geom::Point &lastT) argument
H A DPathCutting.cpp119 double lastT=0; local
160 pT=(lastT*(enLength-curLength)+nT*(curLength-stLength))/(enLength-stLength);
198 pT=(lastT*(enLength-curLength-leftInDash)+nT*(curLength+leftInDash-stLength))/(enLength-stLength);
212 pT=(lastT*(enLength-curLength-leftInDash)+nT*(curLength+leftInDash-stLength))/(enLength-stLength);
252 pT=(lastT*(enLength-curLength)+nT*(curLength-stLength))/(enLength-stLength);
267 lastT=nT;
896 double lastT = 0; local
907 lastT = i->t;
920 res[nbCut].t = theta * i->t + (1 - theta) * ( (lastPiece != i->piece) ? 0 : lastT);
930 lastT
[all...]

Completed in 17 milliseconds