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

/inkscape/src/livarot/
H A Dint-line.cpp203 int nextPos = curPos; local
228 nextPos = startA ? runA.st : runB.st;
232 nextPos = startA ? runA.st : runB.en;
238 nextPos = startB ? runB.en : runA.st;
242 nextPos = endA? runA.en : runB.en;
246 nextPos = endA ? runA.en : runB.en;
252 nextPos = startB ? runB.st : runA.en;
256 nextPos = endA ? runA.en : runB.en;
260 nextPos = endA ? runA.en : runB.en;
266 valA = inA ? ValAt(nextPos, run
[all...]
/inkscape/src/libavoid/
H A Dorthogonal.cpp1758 double nextPos = displayRoute.ps[i + 1][dim]; local
1760 (nextPos > displayRoute.ps[i][dim]))
1763 (nextPos < displayRoute.ps[i][dim])) )
1771 (nextPos > displayRoute.ps[i][dim]))
1774 maxLim = std::min(maxLim, nextPos);
1778 minLim = std::max(minLim, nextPos);

Completed in 132 milliseconds