Searched defs:stNor (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathOutline.cpp377 Geom::Point stPos, enPos, stTgt, enTgt, stNor, enNor; local
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
1170 OutlineJoin(Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor, double width, JoinType join, double miter, int nType) argument
1285 Geom::Point stTgt, enTgt, miTgt, stNor, enNor, miNor; local
1415 Geom::Point stTgt, enTgt, miTgt, stNor, enNor, miNor; local
[all...]

Completed in 13 milliseconds