Searched refs:moveto (Results 1 - 25 of 50) sorted by relevance

12

/inkscape/src/live_effects/
H A Dspiro-converters.h14 virtual void moveto(double x, double y) = 0;
30 virtual void moveto(double x, double y);
50 virtual void moveto(double x, double y);
H A Dspiro-converters.cpp24 ConverterSPCurve::moveto(double x, double y) function in class:Spiro::ConverterSPCurve
27 _curve.moveto(x, y);
29 SPIRO_G_MESSAGE("Spiro: moveto not finite");
80 ConverterPath::moveto(double x, double y) function in class:Spiro::ConverterPath
85 SPIRO_G_MESSAGE("spiro moveto not finite");
H A Dlpe-roughen.cpp210 nCurve->moveto(curve_it1->initialPoint());
279 out->moveto((*cubic)[0]);
282 out->moveto(nCurve->last_segment()->initialPoint());
294 out->moveto((*cubic)[0]);
377 out->moveto(seg1[0]);
412 out->moveto(A->initialPoint());
417 out->moveto(A->initialPoint());
431 out->moveto(seg1[0]);
439 out->moveto(A->initialPoint());
448 out->moveto(seg
[all...]
H A Dlpe-bspline.cpp208 curve_n->moveto(curve_it1->initialPoint());
223 in->moveto(curve_it1->initialPoint());
246 out->moveto(curve_it2->initialPoint());
264 start->moveto(path_it->begin()->initialPoint());
270 line_helper->moveto(sbasis_start.valueAt(
273 line_helper->moveto(start->first_segment()->initialPoint());
279 end->moveto(curve_it1->initialPoint());
302 line_helper->moveto(point_at2);
375 curve_n->moveto(curve_it1->initialPoint());
390 in->moveto(curve_it
[all...]
H A Dlpe-perspective-envelope.cpp160 nCurve->moveto(projectPoint(curve_it1->initialPoint(),projmatrix));
162 nCurve->moveto(projectPoint(curve_it1->initialPoint()));
417 c->moveto(up_left_point);
/inkscape/src/display/
H A Dcurve.h58 void moveto(Geom::Point const &p);
59 void moveto(double x, double y);
H A Dsodipodi-ctrl.h54 void moveto(Geom::Point const p);
H A Dsnap-indicator.cpp279 SP_CTRL(canvasitem)->moveto(p.getPoint());
381 SP_CTRL(canvasitem)->moveto(p.getPoint());
400 SP_CTRL(canvasitem)->moveto(p);
H A Dcurve.cpp47 c->moveto(p);
192 * Calls SPCurve::moveto() with point made of given coordinates.
195 SPCurve::moveto(double x, double y) function in class:SPCurve
197 moveto(Geom::Point(x, y));
200 * Perform a moveto to a point, thus starting a new subpath.
204 SPCurve::moveto(Geom::Point const &p) function in class:SPCurve
296 * True if no paths are in curve. If it only contains a path with only a moveto, the path is considered NON-empty
327 * If the last path is empty (contains only a moveto), the function returns NULL
402 * If the pathvector is empty, this returns nothing. If the first path is only a moveto, this method
412 // first path is only a moveto
[all...]
/inkscape/src/
H A Dsp-item-notify-moveto.cpp9 #include <sp-item-notify-moveto.h>
H A Dsp-polyline.cpp91 curve->moveto(x, y);
H A Dselcue.cpp118 SP_CTRL(box)->moveto(Geom::Point(b->min()[Geom::X], b->max()[Geom::Y]));
171 SP_CTRL(box)->moveto(Geom::Point(b->min()[Geom::X], b->max()[Geom::Y]));
223 SP_CTRL(baseline_point)->moveto((*pt) * item->i2dt_affine());
H A Dsp-hatch-path.cpp202 test_curve.moveto(Geom::Point(0, 0));
203 test_curve.moveto(Geom::Point(0, 1));
259 calculated_curve->moveto(0, view.extents->min());
H A Dknot.h140 void moveto(Geom::Point const &p);
H A Dsp-guide.h49 void moveto(Geom::Point const point_on_line, bool const commit);
H A Dsp-polygon.cpp147 curve->moveto(x, y);
156 /* We might have done a moveto but no lineto. I'm not sure how we're supposed to represent
H A Ddesktop-events.cpp370 guide->moveto(temp, false);
382 guide->moveto(motion_dt, false);
410 guide->moveto(motion_dt, false);
451 guide->moveto(temp, false);
464 guide->moveto(event_dt, true);
492 guide->moveto(event_dt, true);
503 guide->moveto(guide->getPoint(), false);
H A Drubberband.cpp56 _touchpath_curve->moveto(p);
H A Dsp-line.cpp151 c->moveto(this->x1.computed, this->y1.computed);
H A Dsp-conn-end-pair.cpp339 curve->moveto( Geom::Point(route.ps[0].x, route.ps[0].y) );
349 curve->moveto( p );
H A Dknot.cpp412 SP_CTRL(this->item)->moveto(p);
418 void SPKnot::moveto(Geom::Point const &p) { function in class:SPKnot
422 SP_CTRL(this->item)->moveto(p);
/inkscape/src/ui/tools/
H A Dpen-tool.cpp887 SP_CTRL(this->green_anchor->ctrl)->moveto(this->green_anchor->dp);
890 this->red_curve->moveto(this->p[0]);
897 SP_CTRL(this->c1)->moveto(this->p[1]);
914 SP_CTRL(this->c0)->moveto(p2);
989 previous->moveto(A);
1036 previous->moveto(A);
1228 this->red_curve->moveto(p);
1461 last_segment->moveto(point_a);
1464 last_segment->moveto(point_a);
1489 last_segment->moveto((*cubi
[all...]
H A Dmeasure-tool.cpp363 this->knot_start->moveto(start_p);
365 this->knot_end->moveto(end_p);
447 this->knot_start->moveto(end);
449 this->knot_end->moveto(start);
483 this->knot_start->moveto(start_p);
504 this->knot_end->moveto(end_p);
511 this->knot_start->moveto(start_p);
512 this->knot_end->moveto(end_p);
648 this->knot_start->moveto(start_p);
664 this->knot_end->moveto(end_
[all...]
/inkscape/src/ui/
H A Ddraw-anchor.cpp49 SP_CTRL(a->ctrl)->moveto(delta);
/inkscape/src/ui/dialog/
H A Dknot-properties.cpp136 _knotpoint->moveto(Geom::Point(d_x, d_y));

Completed in 3221 milliseconds

12