Searched refs:_pushCurve (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ |
H A D | svg-path-parser.cpp | 1180 _pushCurve(NULL); // flush 1187 _pushCurve(new LineSegment(_current, p)); 1193 _pushCurve(new CubicBezier(_current, c0, c1, p)); 1200 _pushCurve(new QuadraticBezier(_current, c, p)); 1212 _pushCurve(new EllipticalArc(_current, rx, ry, angle, large_arc, sweep, p)); 1224 _pushCurve(NULL); // flush 1229 void SVGPathParser::_pushCurve(Curve *c) function in class:Geom::SVGPathParser 1566 _pushCurve(NULL);
|
H A D | svg-path-parser.h | 138 void _pushCurve(Curve *c);
|
Completed in 26 milliseconds