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

/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1171 Point SVGPathParser::_pop_point() function in class:Geom::SVGPathParser
1368 _moveTo(_pop_point());
1374 _lineTo(_pop_point());
1392 Point p = _pop_point();
1393 Point c1 = _pop_point();
1394 Point c0 = _pop_point();
1401 Point p = _pop_point();
1402 Point c1 = _pop_point();
1409 Point p = _pop_point();
1410 Point c = _pop_point();
[all...]
H A Dsvg-path-parser.h130 Point _pop_point();

Completed in 16 milliseconds