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

/inkscape/src/livarot/
H A DPathStroke.cpp23 static Geom::Point StrokeNormalize(const Geom::Point value) { function
33 static Geom::Point StrokeNormalize(const Geom::Point value, double length) { function
166 prevD = StrokeNormalize(prevD, prevLe);
167 nextD = StrokeNormalize(nextD, nextLe);
200 nextD = StrokeNormalize(nextD, nextLe);
220 nextD = StrokeNormalize(nextD, nextLe);
333 const Geom::Point biss = StrokeNormalize(prev - next);
377 const Geom::Point biss = StrokeNormalize(next - prev);
482 const Geom::Point biss = StrokeNormalize (pnor + nnor);
593 const Geom::Point biss = StrokeNormalize (pno
[all...]

Completed in 15 milliseconds