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

/inkscape/src/livarot/
H A DPathCutting.cpp158 double pT=0; local
160 pT=(lastT*(enLength-curLength)+nT*(curLength-stLength))/(enLength-stLength);
162 pT=(nPiece*(curLength-stLength))/(enLength-stLength);
164 AddPoint(p,nPiece,pT,true);
196 double pT=0; local
198 pT=(lastT*(enLength-curLength-leftInDash)+nT*(curLength+leftInDash-stLength))/(enLength-stLength);
200 pT=(nPiece*(curLength+leftInDash-stLength))/(enLength-stLength);
202 AddPoint(p,nPiece,pT,true);
210 double pT=0; local
212 pT
250 double pT=0; local
[all...]

Completed in 15 milliseconds