/inkscape/src/live_effects/ |
H A D | spiro-converters.h | 17 virtual void curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last) = 0; 33 virtual void curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last); 53 virtual void curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last);
|
H A D | spiro-converters.cpp | 60 ConverterSPCurve::curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last)
function in class:Spiro::ConverterSPCurve 63 _curve.curveto(x1, y1, x2, y2, x3, y3);
68 SPIRO_G_MESSAGE("Spiro: curveto not finite");
112 ConverterPath::curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last)
function in class:Spiro::ConverterPath 118 SPIRO_G_MESSAGE("spiro curveto not finite");
|
H A D | lpe-roughen.cpp | 227 nCurve->curveto((*cubic)[1] + last_move, (*cubic)[2], curve_it1->finalPoint()); 280 out->curveto((*cubic)[1], oposite, (*cubic)[3]); 283 out->curveto(nCurve->last_segment()->initialPoint(), oposite, nCurve->last_segment()->finalPoint()); 295 out->curveto((*cubic)[1], (*cubic)[2] - ((*cubic)[3] - nCurve->first_segment()->initialPoint()) , (*cubic)[3]); 378 out->curveto(point_a1,point_a2,point_a3); 379 out->curveto(point_b1, point_b2, point_b3); 413 out->curveto(point_a1,point_a2,point_a3); 414 out->curveto(point_b1, point_b2, point_b3); 422 out->curveto(seg2[1], seg2[2], seg2[3]); 432 out->curveto(seg [all...] |
H A D | lpe-bspline.cpp | 295 curve_n->curveto(point_at1, point_at2, node); 298 curve_n->curveto(point_at1, point_at2, curve_it1->finalPoint()); 313 curve_n->curveto(point_at1, point_at2, node); 455 curve_n->curveto(point_at1, point_at2, point_at3);
|
H A D | lpe-simplify.cpp | 229 nCurve->curveto(point_at1, point_at2, curve_it1->finalPoint());
|
H A D | lpe-lattice2.cpp | 541 if(horizontal) c->curveto(Geom::Point(cubic1[X],a[Y]),Geom::Point(cubic2[X],b[Y]),b); 542 else c->curveto(Geom::Point(a[X],cubic1[Y]),Geom::Point(b[X],cubic2[Y]),b);
|
H A D | lpe-perspective-envelope.cpp | 183 nCurve->curveto(point_at1, point_at2, point_at3);
|
H A D | spiro.cpp | 879 bc.curveto(x0 + ul, y0 + vl, x1 - ur, y1 - vr, x1, y1, close_last); 1047 printf("%g %g %g %g %g %g curveto\n",
|
/inkscape/src/display/ |
H A D | curve.h | 64 void curveto(Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2); 65 void curveto(double x0, double y0, double x1, double y1, double x2, double y2);
|
H A D | curve.cpp | 255 SPCurve::curveto(Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2) function in class:SPCurve 257 if (_pathv.empty()) g_message("SPCurve::curveto - path is empty!"); 261 * Calls SPCurve::curveto( Geom::Point(x0,y0), Geom::Point(x1,y1), Geom::Point(x2,y2) ) 265 SPCurve::curveto(double x0, double y0, double x1, double y1, double x2, double y2) function in class:SPCurve 267 curveto( Geom::Point(x0,y0), Geom::Point(x1,y1), Geom::Point(x2,y2) );
|
/inkscape/src/ |
H A D | sp-star.cpp | 401 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT1, 0, NEXT), 413 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT2, i - 1, NEXT), 417 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT1, i - 1, NEXT), 427 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT1, i, NEXT), 437 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT2, sides - 1, NEXT), 441 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT1, sides - 1, NEXT),
|
H A D | sp-rect.cpp | 208 c->curveto(x + w - rx * (1 - C1), y, x + w, y + ry * (1 - C1), x + w, y + ry); 214 c->curveto(x + w, y + h - ry * (1 - C1), x + w - rx * (1 - C1), y + h, x + w - rx, y + h); 220 c->curveto(x + rx * (1 - C1), y + h, x, y + h - ry * (1 - C1), x, y + h - ry); 226 c->curveto(x, y + ry * (1 - C1), x + rx * (1 - C1), y, x + rx, y);
|
H A D | sp-conn-end-pair.cpp | 356 curve->curveto( p, Geom::Point(route.ps[i+1].x, route.ps[i+1].y),
|
H A D | sp-spiral.cpp | 298 c->curveto(bezier[i + 1],
|
/inkscape/src/ui/tools/ |
H A D | pen-tool.cpp | 891 this->red_curve->curveto(this->p[1], this->p[2], this->p[3]); 990 previous->curveto(B, C, D); 1037 previous->curveto(B, C, D); 1462 last_segment->curveto((*cubic)[1],point_c,point_d); 1465 last_segment->curveto(point_a,point_c,point_d); 1490 last_segment->curveto((*cubic)[1],(*cubic)[3],(*cubic)[3]); 1609 last_segment->curveto((*cubic)[1],point_c,(*cubic)[3]); 1660 last_segment->curveto((*cubic)[1],(*cubic)[3],(*cubic)[3]); 1712 this->red_curve->curveto(this->p[1],this->p[3],this->p[3]); 1714 this->red_curve->curveto(thi [all...] |
H A D | calligraphic-tool.cpp | 980 curve->curveto(from + v, to + v, to); 1091 this->currentcurve->curveto(bp1[1], bp1[2], bp1[3]); 1095 this->currentcurve->curveto(bp2[2], bp2[1], bp2[0]); 1107 this->cal1->curveto(bp1[1], bp1[2], bp1[3]); 1110 this->cal2->curveto(bp2[1], bp2[2], bp2[3]);
|
H A D | eraser-tool.cpp | 831 curve->curveto(from + v_in, to + v_out, to); 943 this->currentcurve->curveto(bp1[1], bp1[2], bp1[3]); 949 this->currentcurve->curveto(bp2[2], bp2[1], bp2[0]); 963 this->cal1->curveto(bp1[1], bp1[2], bp1[3]); 967 this->cal2->curveto(bp2[1], bp2[2], bp2[3]);
|
H A D | freehand-base.cpp | 389 c->curveto(0, (1 - C1) * SHAPE_HEIGHT/2, (1 - C1) * SHAPE_LENGTH/2, 0, SHAPE_LENGTH/2, 0); 390 c->curveto((1 + C1) * SHAPE_LENGTH/2, 0, SHAPE_LENGTH, (1 - C1) * SHAPE_HEIGHT/2, SHAPE_LENGTH, SHAPE_HEIGHT/2); 391 c->curveto(SHAPE_LENGTH, (1 + C1) * SHAPE_HEIGHT/2, (1 + C1) * SHAPE_LENGTH/2, SHAPE_HEIGHT, SHAPE_LENGTH/2, SHAPE_HEIGHT); 392 c->curveto((1 - C1) * SHAPE_LENGTH/2, SHAPE_HEIGHT, 0, (1 + C1) * SHAPE_HEIGHT/2, 0, SHAPE_HEIGHT/2); 741 lastSeg->curveto((*cubic)[1],(*cubic)[3],(*cubic)[3]);
|
H A D | pencil-tool.cpp | 673 this->green_curve->curveto(point_at1,point_at2,b[4*c+3]); 675 this->green_curve->curveto(b[4 * c + 1], b[4 * c + 2], b[4 * c + 3]); 825 this->red_curve->curveto(point_at1,point_at2,b[3]); 827 this->red_curve->curveto(b[1], b[2], b[3]);
|