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

/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1198 void SVGPathParser::_quadTo(Point const &c, Point const &p) function in class:Geom::SVGPathParser
1411 _quadTo(c, p);
1418 _quadTo(_quad_tangent, p);
1517 _quadTo(c, p);
1524 _quadTo(_quad_tangent, p);
H A Dsvg-path-parser.h134 void _quadTo(Point const &c, Point const &p);

Completed in 17 milliseconds