Searched refs:nextI (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.cpp | 584 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + 1]); local 586 PathDescrBezierTo fin(0.5 * (nextI->p + nnextI->p), 1); 587 TangentOnBezAt(at, bStPt, *nextI, fin, false, pos, tgt, len, rad); 589 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + k]); local 591 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); 592 TangentOnBezAt(at, stP, *nextI, *stB, false, pos, tgt, len, rad); 594 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + k]); local 597 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); 598 PathDescrBezierTo fin(0.5 * (nextI->p + nnextI->p), 1); 599 TangentOnBezAt(at, stP, *nextI, fi 681 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + 1]); local 687 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + k]); local 692 PathDescrIntermBezierTo *nextI = dynamic_cast<PathDescrIntermBezierTo *>(descr_cmd[bez_st + k]); local [all...] |
H A D | PathStroke.cpp | 102 int prevI, nextI; local 133 nextI = 1; 134 while (nextI <= upTo) { 135 nextP = pts[off + nextI].p; 141 nextI++; 143 if (nextI > upTo) { 181 curI = nextI; 184 nextI++; 185 while (nextI <= upTo) { 186 nextP = pts[off + nextI] [all...] |
Completed in 23 milliseconds