Searched refs:point_at1 (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-bspline.cpp | 201 Geom::Point point_at1(0, 0); 229 point_at1 = sbasis_in.valueAt(DEFAULT_START_POWER); 231 point_at1 = sbasis_in.valueAt(Geom::nearest_time((*cubic)[1], *in->first_segment())); 239 point_at1 = in->first_segment()->initialPoint(); 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); 369 Geom::Point point_at1(0, 0); 402 point_at1 = sbasis_in.valueAt(weight_ammount); 404 point_at1 [all...] |
H A D | lpe-simplify.cpp | 196 Geom::Point point_at1 = curve_it1->initialPoint(); local 202 start = point_at1; 206 point_at1 = (*cubic)[1]; 229 nCurve->curveto(point_at1, point_at2, curve_it1->finalPoint()); 232 point_at1 = (*cubic)[1];
|
H A D | lpe-perspective-envelope.cpp | 139 Geom::Point point_at1(0, 0); 167 point_at1 = (*cubic)[1]; 170 point_at1 = curve_it1->initialPoint(); 175 point_at1 = projectPoint(point_at1,projmatrix); 179 point_at1 = projectPoint(point_at1); 183 nCurve->curveto(point_at1, point_at2, point_at3);
|
/inkscape/src/ui/tools/ |
H A D | pencil-tool.cpp | 669 Geom::Point point_at1 = b[4 * c + 0] + (1./3) * (b[4 * c + 3] - b[4 * c + 0]); local 670 point_at1 = Geom::Point(point_at1[X] + HANDLE_CUBIC_GAP, point_at1[Y] + HANDLE_CUBIC_GAP); 673 this->green_curve->curveto(point_at1,point_at2,b[4*c+3]); 821 Geom::Point point_at1 = b[0] + (1./3)*(b[3] - b[0]); local 822 point_at1 = Geom::Point(point_at1[X] + HANDLE_CUBIC_GAP, point_at1[Y] + HANDLE_CUBIC_GAP); 825 this->red_curve->curveto(point_at1,point_at [all...] |
Completed in 15 milliseconds