Searched defs:PathString (Results 1 - 2 of 2) 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...]

Completed in 18 milliseconds