Searched refs:nor (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathStroke.cpp245 Geom::Point nor; local
246 nor = dir.ccw();
251 x = pos + width * dir + width * nor;
253 x = pos + width * dir - width * nor;
255 x = pos + width * nor;
257 x = pos - width * nor;
265 leftNo = dest->AddPoint (pos + width * nor);
266 rightNo = dest->AddPoint (pos - width * nor);
273 const Geom::Point sx = pos + width * nor;
274 const Geom::Point ex = pos - width * nor;
[all...]

Completed in 14 milliseconds