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

/inkscape/src/live_effects/
H A Dspiro-converters.h15 virtual void lineto(double x, double y, bool close_last) = 0;
31 virtual void lineto(double x, double y, bool close_last);
51 virtual void lineto(double x, double y, bool close_last);
H A Dspiro-converters.cpp34 ConverterSPCurve::lineto(double x, double y, bool close_last) function in class:Spiro::ConverterSPCurve
37 _curve.lineto(x, y);
42 SPIRO_G_MESSAGE("Spiro: lineto not finite");
90 ConverterPath::lineto(double x, double y, bool close_last) function in class:Spiro::ConverterPath
96 SPIRO_G_MESSAGE("spiro lineto not finite");
H A Dlpe-bspline.cpp224 in->lineto(curve_it1->finalPoint());
247 out->lineto(curve_it2->finalPoint());
265 start->lineto(path_it->begin()->finalPoint());
280 end->lineto(curve_it1->finalPoint());
284 line_helper->lineto(sbasis_end.valueAt(
287 line_helper->lineto(end->first_segment()->finalPoint());
303 line_helper->lineto(next_point_at1);
391 in->lineto(curve_it1->finalPoint());
H A Dlpe-roughen.cpp229 nCurve->lineto(curve_it1->finalPoint());
418 out->lineto(A->pointAt(t) + point_a3);
424 out->lineto(A->finalPoint() + point_b3);
440 out->lineto(A->pointAt(t) + point_a3);
441 out->lineto(A->finalPoint() + point_b3);
453 out->lineto(A->pointAt(t) + point_a3);
454 out->lineto(A->finalPoint() + point_b3);
501 out->lineto(A->finalPoint() + point_a3);
509 out->lineto(A->finalPoint() + point_a3);
H A Dlpe-perspective-envelope.cpp418 c->lineto(up_right_point);
419 c->lineto(down_right_point);
420 c->lineto(down_left_point);
421 c->lineto(up_left_point);
H A Dspiro.cpp856 bc.lineto(x1, y1, close_last);
1024 printf("%g %g lineto\n", x1, y1);
/inkscape/src/display/
H A Dcurve.h60 void lineto(Geom::Point const &p);
61 void lineto(double x, double y);
H A Dcurve.cpp50 c->lineto(rect.corner(i));
57 c->lineto(rect.corner(0));
216 SPCurve::lineto(Geom::Point const &p) function in class:SPCurve
218 if (_pathv.empty()) g_message("SPCurve::lineto - path is empty!");
222 * Calls SPCurve::lineto( Geom::Point(x,y) )
225 SPCurve::lineto(double x, double y) function in class:SPCurve
227 lineto(Geom::Point(x,y));
280 to the subpath start point instead of adding a new lineto.
/inkscape/src/
H A Dsp-polyline.cpp89 curve->lineto(x, y);
H A Dbox3d-side.cpp192 c->lineto(box3d_get_corner_screen(box, corners[1]));
193 c->lineto(box3d_get_corner_screen(box, corners[2]));
194 c->lineto(box3d_get_corner_screen(box, corners[3]));
H A Dsp-rect.cpp205 c->lineto(x + w - rx, y);
211 c->lineto(x + w, y + h - ry);
217 c->lineto(x + rx, y + h);
223 c->lineto(x, y + ry);
229 c->lineto(x + w, y + 0.0);
230 c->lineto(x + w, y + h);
231 c->lineto(x + 0.0, y + h);
H A Dsp-polygon.cpp145 curve->lineto(x, y);
156 /* We might have done a moveto but no lineto. I'm not sure how we're supposed to represent
H A Drubberband.cpp83 _touchpath_curve->lineto(p);
H A Dsp-line.cpp152 c->lineto(this->x2.computed, this->y2.computed);
H A Dsp-conn-end-pair.cpp344 curve->lineto( p );
352 curve->lineto( p );
H A Dsp-star.cpp399 c->lineto(sp_star_get_xy (this, SP_STAR_POINT_KNOT2, 0, true));
410 c->lineto(sp_star_get_xy (this, SP_STAR_POINT_KNOT1, i, true));
425 c->lineto(sp_star_get_xy (this, SP_STAR_POINT_KNOT2, i, true));
H A Dsp-hatch-path.cpp260 calculated_curve->lineto(0, view.extents->max());
H A Dsp-spiral.cpp307 c->lineto(darray[i]);
H A Dselection-chemistry.cpp2837 curve->lineto(b->midpoint());
/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp1093 this->currentcurve->lineto(b2[BEZIER_SIZE*(nb2-1) + 3]);
1120 this->cal1->lineto(this->point1[i]);
1123 this->cal2->lineto(this->point2[i]);
1170 this->currentcurve->lineto(this->point2[i]);
1174 this->currentcurve->lineto(this->point1[i]);
H A Deraser-tool.cpp946 this->currentcurve->lineto(b2[BEZIER_SIZE*(nb2-1) + 3]);
977 this->cal1->lineto(this->point1[i]);
981 this->cal2->lineto(this->point2[i]);
1032 this->currentcurve->lineto(this->point1[i]);
1036 this->currentcurve->lineto(this->point2[i]);
H A Dpen-tool.cpp1538 weight_power->lineto(tmp_curve ->last_segment()->initialPoint());
1542 weight_power->lineto(this->red_curve->last_segment()->finalPoint());
1612 last_segment->lineto(tmp_curve ->last_segment()->finalPoint());
1663 last_segment->lineto(tmp_curve ->last_segment()->finalPoint());
1778 this->red_curve->lineto(intermed);
1780 this->red_curve->lineto(p);
1788 this->red_curve->lineto(p);
H A Dpencil-tool.cpp581 this->red_curve->lineto(this->p[1]);
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp620 curve->lineto(area.corner(1));
621 curve->lineto(area.corner(2));
622 curve->lineto(area.corner(3));
623 curve->lineto(area.corner(0));
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1036 line_inside_nodes->lineto(second->position());
1047 line_inside_nodes->lineto(first->position());
1293 line_inside_nodes->lineto(next_node->position());
1323 line_inside_nodes->lineto(next_node->position());

Completed in 85 milliseconds