Lines Matching refs:nnor
294 Geom::Point nnor = next.ccw();
324 enNo[LEFT] = dest->AddPoint(pos + width * nnor);
331 enNo[RIGHT] = dest->AddPoint(pos - width * nnor);
334 double c2 = dot(biss, nnor);
352 Geom::Point ex = pos - width * nnor;
356 sx, ex, -pnor, -nnor, pos, width);
360 enNo[RIGHT] = dest->AddPoint(pos - width * nnor);
368 enNo[RIGHT] = dest->AddPoint(pos - width * nnor);
375 enNo[LEFT] = dest->AddPoint(pos + width * nnor);
378 double c2 = dot(biss, nnor);
398 Geom::Point ex = pos + width * nnor;
402 ex, sx, nnor, pnor, pos, width);
406 enNo[LEFT] = dest->AddPoint(pos + width * nnor);
418 Geom::Point nnor=next.ccw();
458 leftEnNo = dest->AddPoint (pos + width * nnor);
480 leftEnNo = dest->AddPoint (pos + width * nnor);
482 const Geom::Point biss = StrokeNormalize (pnor + nnor);
483 double c2 = dot (biss, nnor);
506 double s2 = cross(nnor, biss);
536 const Geom::Point ex = pos + width * nnor;
540 sx, ex, pnor, nnor ,pos, width);
546 leftEnNo = dest->AddPoint (pos + width * nnor);
562 const Geom::Point nnor=next.ccw();
591 rightEnNo = dest->AddPoint (pos - width*nnor);
593 const Geom::Point biss = StrokeNormalize (pnor + nnor);
594 double c2 = dot (biss, nnor);
617 double s2 = cross(nnor, biss);
647 const Geom::Point ex = pos - width * nnor;
651 sx, ex, -pnor, -nnor ,pos, width);
656 rightEnNo = dest->AddPoint (pos - width * nnor);
681 rightEnNo = dest->AddPoint (pos - width*nnor);