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

/inkscape/src/livarot/
H A DShapeMisc.cpp92 int bestB = getPoint(fi).incidentEdge[FIRST]; local
93 while (bestB >= 0 && getEdge(bestB).st != fi)
94 bestB = NextAt (fi, bestB);
95 if (bestB >= 0)
97 startBord = bestB;
234 int bestB = getPoint(fi).incidentEdge[FIRST]; local
235 while (bestB >= 0 && getEdge(bestB)
402 int bestB = getPoint(fi).incidentEdge[FIRST]; local
[all...]
H A DShapeSweep.cpp2381 int bestB = getPoint(fi).incidentEdge[FIRST]; local
2382 if (bestB >= 0)
2384 startBord = bestB;

Completed in 145 milliseconds