/inkscape/src/2geom/ |
H A D | cairo-path-sink.h | 63 void curveTo(Point const &c0, Point const &c1, Point const &p);
|
H A D | svg-path-writer.h | 55 void curveTo(Point const &c0, Point const &c1, Point const &p);
|
H A D | path-sink.h | 64 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 D | cairo-path-sink.cpp | 54 void CairoPathSink::curveTo(Point const &p1, Point const &p2, Point const &p3) function in class:Geom::CairoPathSink
|
H A D | curve.cpp | 173 sink.curveTo(pts[0], pts[1], pts[2]);
|
H A D | bezier-curve.cpp | 244 sink.curveTo(controlPoint(1), controlPoint(2), controlPoint(3)); 358 sink.curveTo(controlPoint(1), controlPoint(2), controlPoint(3));
|
H A D | svg-path-writer.cpp | 126 void SVGPathWriter::curveTo(Point const &p1, Point const &p2, Point const &p3) function in class:Geom::SVGPathWriter
|
H A D | sbasis-to-bezier.cpp | 485 pb.curveTo(bez[1], bez[2], bez[3]);
|
/inkscape/src/svg/ |
H A D | path-string.h | 111 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 D | svg-path.cpp | 81 str.curveTo( (*cubic_bezier)[1][0], (*cubic_bezier)[1][1],
|
/inkscape/src/display/ |
H A D | drawing-context.h | 60 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 D | inkscape-potrace.cpp | 185 data.curveTo(x0, y0, x1, y1, x2, y2);
|
/inkscape/src/libnrtype/ |
H A D | FontInstance.cpp | 164 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 D | lpe-powerstroke.cpp | 416 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 D | pdf-parser.cpp | 1328 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 D | svg-builder.cpp | 276 pathString.curveTo(subpath->getX(j), subpath->getY(j),
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 1407 builder.curveTo(
|