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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp233 Geom::Point expand_circle( Geom::Circle &inner_circle, Geom::Circle const &outer_circle, Geom::Point const &start_pt, Geom::Point const &start_tangent ) { function in namespace:__anon52
234 // std::cout << "expand_circle:" << std::endl;
449 p = expand_circle( circle1, circle2, startPt, tang1 );
454 p = expand_circle( circle2, circle1, endPt, tang2 );

Completed in 17 milliseconds