Lines Matching defs:stNor
377 Geom::Point stPos, enPos, stTgt, enTgt, stNor, enNor;
399 stNor=stTgt.cw();
406 OutlineJoin (dest, pos, curT, stNor, width, join,
442 stNor=stTgt.cw();
447 OutlineJoin (dest, stPos, curT, stNor, width, join,
482 stNor=stTgt.cw();
492 firstT = stNor;
498 dest->MoveTo (curX+width*stNor);
505 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
532 stNor=stTgt.cw();
542 firstT = stNor;
548 dest->MoveTo (curX+width*stNor);
555 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
588 stNor=stTgt.cw();
598 firstT = stNor;
604 dest->MoveTo (curX+width*stNor);
611 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
652 stNor=stTgt.cw();
661 firstT = stNor;
664 } else dest->MoveTo (curX+width*stNor);
669 if (stTle > 0) OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
683 stNor=stTgt.cw();
692 firstT = stNor;
695 } else dest->MoveTo (curX+width*stNor);
700 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
720 stNor=stTgt.cw();
729 firstT = stNor;
732 } else dest->MoveTo (curX+width*stNor);
736 OutlineJoin (dest, pos, stTgt, stNor, width, join, miter, nType);
737 // dest->LineTo(curX+width*stNor.x,curY+width*stNor.y);
1170 Path::OutlineJoin (Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor, double width,
1188 const double angSi = cross (stNor, enNor);
1189 const double angCo = dot (stNor, enNor);
1196 Geom::Point const biss = unit_vector(Geom::rot90( stNor - enNor ));
1222 RotCCWTo(stNor,stTgt);
1230 biNor.x=stNor.x+enNor.x;
1231 biNor.y=stNor.y+enNor.y;
1235 RotCCWTo(stNor,stTgt);
1254 Geom::Point const biss = unit_vector(Geom::rot90( stNor - enNor ));
1285 Geom::Point stTgt, enTgt, miTgt, stNor, enNor, miNor;
1301 stNor=stTgt.cw();
1340 TangentOnCubAt (0.5, stPos+width*stNor,
1415 Geom::Point stTgt, enTgt, miTgt, stNor, enNor, miNor;
1431 stNor=stTgt.cw();
1479 TangentOnCubAt (0.5, stPos+width*stNor,