Searched refs:PathString (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/svg/
H A Dpath-string.cpp2 * Inkscape::SVG::PathString - builder for SVG path strings
27 int Inkscape::SVG::PathString::numericprecision;
28 int Inkscape::SVG::PathString::minimumexponent;
29 Inkscape::SVG::PATHSTRING_FORMAT Inkscape::SVG::PathString::format;
31 Inkscape::SVG::PathString::PathString() : function in class:Inkscape::SVG::PathString
42 void Inkscape::SVG::PathString::_appendOp(char abs_op, char rel_op) {
90 void Inkscape::SVG::PathString::State::append(Geom::Coord v) {
95 void Inkscape::SVG::PathString::State::append(Geom::Point p) {
102 void Inkscape::SVG::PathString
[all...]
H A Dpath-string.h38 class PathString { class in namespace:Inkscape::SVG
40 PathString();
66 PathString &moveTo(Geom::Coord x, Geom::Coord y) {
70 PathString &moveTo(Geom::Point p) {
78 PathString &lineTo(Geom::Coord x, Geom::Coord y) {
82 PathString &lineTo(Geom::Point p) {
88 PathString &horizontalLineTo(Geom::Coord x) {
94 PathString &verticalLineTo(Geom::Coord y) {
100 PathString &quadTo(Geom::Coord cx, Geom::Coord cy, Geom::Coord x, Geom::Coord y) {
104 PathString
[all...]
H A Dsvg-path.cpp62 static void sp_svg_write_curve(Inkscape::SVG::PathString & str, Geom::Curve const * c) {
101 static void sp_svg_write_path(Inkscape::SVG::PathString & str, Geom::Path const & p) {
114 Inkscape::SVG::PathString str;
124 Inkscape::SVG::PathString str;
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp135 Inkscape::SVG::PathString& data, std::vector<Point> &points)
395 Inkscape::SVG::PathString data;
/inkscape/src/extension/internal/
H A Dgrid.cpp61 SVG::PathString path_data;
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp64 SVG::PathString path_data;
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp268 Inkscape::SVG::PathString pathString;

Completed in 38 milliseconds