Searched refs:offset_cubic (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 753 void offset_cubic(Geom::Path& p, Geom::CubicBezier const& bez, double width, double tol, size_t levels) function in namespace:__anon52 817 offset_cubic(p, s.first, width, tol, levels - 1); 818 offset_cubic(p, s.second, width, tol, levels - 1); 831 offset_cubic(p, cub, width, tol, levels); 856 offset_cubic(res, cb, width, tolerance, levels);
|
Completed in 38 milliseconds