Searched refs:stNor (Results 1 - 2 of 2) 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...]
H A DPath.h337 static void OutlineJoin (Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor,

Completed in 17 milliseconds