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

/inkscape/src/livarot/
H A DPathStroke.cpp294 Geom::Point nnor = next.ccw(); local
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);
418 Geom::Point nnor=next.ccw(); local
562 const Geom::Point nnor=next.ccw(); local
[all...]

Completed in 14 milliseconds