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

/inkscape/src/2geom/
H A Dsvg-path-writer.cpp60 _current_pars.push_back(p[X]);
61 _current_pars.push_back(p[Y]);
79 _current_pars.push_back(p[Y]);
85 _current_pars.push_back(p[X]);
96 _current_pars.push_back(p[X]);
97 _current_pars.push_back(p[Y]);
113 _current_pars.push_back(c[X]);
114 _current_pars.push_back(c[Y]);
116 _current_pars.push_back(p[X]);
117 _current_pars
[all...]
H A Dsvg-path-writer.h96 std::vector<Coord> _current_pars; member in class:Geom::SVGPathWriter

Completed in 421 milliseconds