Lines Matching defs:outsideW
2370 int outsideW = 0;
2387 outsideW = 0;
2393 outsideW = Winding (getPoint(fi).x);
2397 outsideW = Winding (fi);
2412 outsideW += eData[startBord].weight;
2420 swdData[startBord].leW = outsideW;
2421 swdData[startBord].riW = outsideW - eData[startBord].weight;
2441 outsideW = swdData[nb].riW;
2446 outsideW = swdData[nb].leW;
2481 swdData[nb].riW = outsideW;
2482 swdData[nb].leW = outsideW + eData[nb].weight;
2486 swdData[nb].leW = outsideW;
2487 swdData[nb].riW = outsideW - eData[nb].weight;