Searched refs:curveTo (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/2geom/
H A Dcairo-path-sink.h63 void curveTo(Point const &c0, Point const &c1, Point const &p);
H A Dsvg-path-writer.h55 void curveTo(Point const &c0, Point const &c1, Point const &p);
H A Dpath-sink.h64 virtual void curveTo(Point const &c0, Point const &c1, Point const &p) = 0;
145 void curveTo(Point const &c0, Point const &c1, Point const &p) { function in class:Geom::PathIteratorSink
H A Dcairo-path-sink.cpp54 void CairoPathSink::curveTo(Point const &p1, Point const &p2, Point const &p3) function in class:Geom::CairoPathSink
H A Dcurve.cpp173 sink.curveTo(pts[0], pts[1], pts[2]);
H A Dbezier-curve.cpp244 sink.curveTo(controlPoint(1), controlPoint(2), controlPoint(3));
358 sink.curveTo(controlPoint(1), controlPoint(2), controlPoint(3));
H A Dsvg-path-writer.cpp126 void SVGPathWriter::curveTo(Point const &p1, Point const &p2, Point const &p3) function in class:Geom::SVGPathWriter
H A Dsbasis-to-bezier.cpp485 pb.curveTo(bez[1], bez[2], bez[3]);
/inkscape/src/svg/
H A Dpath-string.h111 PathString &curveTo(Geom::Coord x0, Geom::Coord y0, function in class:Inkscape::SVG::PathString
115 return curveTo(Geom::Point(x0, y0), Geom::Point(x1, y1), Geom::Point(x, y));
118 PathString &curveTo(Geom::Point c0, Geom::Point c1, Geom::Point p) { function in class:Inkscape::SVG::PathString
H A Dsvg-path.cpp81 str.curveTo( (*cubic_bezier)[1][0], (*cubic_bezier)[1][1],
/inkscape/src/display/
H A Ddrawing-context.h60 void curveTo(Geom::Point const &p1, Geom::Point const &p2, Geom::Point const &p3) { function in class:Inkscape::DrawingContext
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp185 data.curveTo(x0, y0, x1, y1, x2, y2);
/inkscape/src/libnrtype/
H A DFontInstance.cpp164 user->builder.curveTo(c1 * user->scale, c2 * user->scale, p * user->scale);
448 path_builder.curveTo(pointfx_to_nrpoint(p[0], scale),
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp416 pb.curveTo(sub1.first[1], sub1.first[2], sub1.first[3]);
417 pb.curveTo(sub2.second[1], sub2.second[2], sub2.second[3]);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1328 state->curveTo(x1, y1, x2, y2, x3, y3);
1344 state->curveTo(x1, y1, x2, y2, x3, y3);
1360 state->curveTo(x1, y1, x2, y2, x3, y3);
2027 state->curveTo(patch->x[0][1], patch->y[0][1],
2030 state->curveTo(patch->x[1][3], patch->y[1][3],
2033 state->curveTo(patch->x[3][2], patch->y[3][2],
2036 state->curveTo(patch->x[2][0], patch->y[2][0],
H A Dsvg-builder.cpp276 pathString.curveTo(subpath->getX(j), subpath->getY(j),
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1407 builder.curveTo(

Completed in 885 milliseconds