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

/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1162 Coord SVGPathParser::_pop_coord(Dim2 axis) function in class:Geom::SVGPathParser
1173 Coord y = _pop_coord(Y);
1174 Coord x = _pop_coord(X);
1380 _lineTo(Point(_pop_coord(X), _current[Y]));
1386 _lineTo(Point(_current[X], _pop_coord(Y)));
1486 _lineTo(Point(_pop_coord(X), _current[Y]));
1492 _lineTo(Point(_current[X], _pop_coord(Y)));
H A Dsvg-path-parser.h129 Coord _pop_coord(Geom::Dim2 axis);

Completed in 45 milliseconds