Lines Matching defs:ex
274 const Geom::Point ex = pos - width * nor;
276 rightNo = dest->AddPoint (ex);
278 RecRound (dest, rightNo, leftNo, ex, sx, -nor, nor, pos, width);
307 const Geom::Point ex = pos - width * pnor;
309 stNo[RIGHT] = enNo[LEFT] = dest->AddPoint (ex);
311 RecRound (dest, enNo[LEFT], stNo[LEFT], ex, sx, -pnor, pnor, pos, width);
352 Geom::Point ex = pos - width * nnor;
353 enNo[RIGHT] = dest->AddPoint(ex);
356 sx, ex, -pnor, -nnor, pos, width);
398 Geom::Point ex = pos + width * nnor;
399 enNo[LEFT] = dest->AddPoint(ex);
402 ex, sx, nnor, pnor, pos, width);
536 const Geom::Point ex = pos + width * nnor;
537 leftEnNo = dest->AddPoint (ex);
540 sx, ex, pnor, nnor ,pos, width);
647 const Geom::Point ex = pos - width * nnor;
648 rightEnNo = dest->AddPoint (ex);
651 sx, ex, -pnor, -nnor ,pos, width);