Searched refs:point2 (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tools/
H A Ddynamic-base.h68 Geom::Point point2[SAMPLING_SIZE]; member in class:Inkscape::UI::Tools::DynamicBase
H A Deraser-tool.cpp346 this->point2[this->npoints] = brush - del_right;
349 this->point1[this->npoints] = Geom::middle_point(this->point1[this->npoints],this->point2[this->npoints]);
920 this->cal2->moveto(this->point2[0]);
928 gint const nb2 = Geom::bezier_fit_cubic_r(b2, this->point2, this->npoints, tolerance_sq, BEZIER_MAX_BEZIERS);
981 this->cal2->lineto(this->point2[i]);
1019 this->point2[0] = this->point2[this->npoints - 1];
1036 this->currentcurve->lineto(this->point2[i]);
1040 add_cap(this->currentcurve, this->point2[this->npoints-2], this->point2[thi
[all...]
H A Dcalligraphic-tool.cpp412 this->point2[this->npoints] = brush - del_right;
1068 this->cal2->moveto(this->point2[0]);
1077 gint const nb2 = Geom::bezier_fit_cubic_r(b2, this->point2, this->npoints,
1123 this->cal2->lineto(this->point2[i]);
1157 this->point2[0] = this->point2[this->npoints - 1];
1167 this->currentcurve->moveto(this->point2[this->npoints-1]);
1170 this->currentcurve->lineto(this->point2[i]);
1178 add_cap(this->currentcurve, this->point1[this->npoints-1], this->point2[this->npoints-1], this->cap_rounding);
H A Ddynamic-base.cpp36 , point2()
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp290 Geom::Point adjust_circles( Geom::Circle &circle1, Geom::Circle &circle2, Geom::Point const &point1, Geom::Point const &point2, Geom::Point const &tan1, Geom::Point const &tan2 ) { argument
293 Geom::Point n2 = (circle2.center() - point2).normalized();

Completed in 26 milliseconds