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

/inkscape/src/2geom/
H A Dsbasis-to-bezier.h71 Path path_from_sbasis(D2<SBasis> const &B, double tol, bool only_cubicbeziers = false);
73 { return path_from_sbasis(B, tol, true); }
H A Dsbasis-to-bezier.cpp500 path_from_sbasis(D2<SBasis> const &B, double tol, bool only_cubicbeziers) { function in namespace:Geom
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp531 Geom::Path bzr1 = path_from_sbasis( B[prev_i], tol );
532 Geom::Path bzr2 = path_from_sbasis( B[i], tol );

Completed in 28 milliseconds