/inkscape/src/live_effects/ |
H A D | spiro-converters.h | 15 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 D | spiro-converters.cpp | 34 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 D | lpe-bspline.cpp | 224 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 D | lpe-roughen.cpp | 229 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 D | lpe-perspective-envelope.cpp | 418 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 D | spiro.cpp | 856 bc.lineto(x1, y1, close_last); 1024 printf("%g %g lineto\n", x1, y1);
|
/inkscape/src/display/ |
H A D | curve.h | 60 void lineto(Geom::Point const &p); 61 void lineto(double x, double y);
|
H A D | curve.cpp | 50 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 D | sp-polyline.cpp | 89 curve->lineto(x, y);
|
H A D | box3d-side.cpp | 192 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 D | sp-rect.cpp | 205 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 D | sp-polygon.cpp | 145 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 D | rubberband.cpp | 83 _touchpath_curve->lineto(p);
|
H A D | sp-line.cpp | 152 c->lineto(this->x2.computed, this->y2.computed);
|
H A D | sp-conn-end-pair.cpp | 344 curve->lineto( p ); 352 curve->lineto( p );
|
H A D | sp-star.cpp | 399 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 D | sp-hatch-path.cpp | 260 calculated_curve->lineto(0, view.extents->max());
|
H A D | sp-spiral.cpp | 307 c->lineto(darray[i]);
|
H A D | selection-chemistry.cpp | 2837 curve->lineto(b->midpoint());
|
/inkscape/src/ui/tools/ |
H A D | calligraphic-tool.cpp | 1093 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 D | eraser-tool.cpp | 946 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 D | pen-tool.cpp | 1538 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 D | pencil-tool.cpp | 581 this->red_curve->lineto(this->p[1]);
|
/inkscape/src/ui/dialog/ |
H A D | spellcheck.cpp | 620 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 D | path-manipulator.cpp | 1036 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());
|