Searched refs:start_point (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-mirror_symmetry.cpp76 start_point(_("Start mirror line"), _("Start mirror line"), "start_point", &wr, this, "Adjust the start of mirroring"),
84 registerParameter( &start_point);
112 start_point.param_setValue(point_a);
118 start_point.param_setValue(start_point * trans);
120 line_separation.setPoints(start_point, end_point);
122 center_point = Geom::middle_point((Geom::Point)start_point, (Geom::Point)end_point);
123 line_separation.setPoints(start_point, end_point);
131 start_point
[all...]
H A Dlpe-mirror_symmetry.h62 PointParam start_point; member in class:Inkscape::LivePathEffect::LPEMirrorSymmetry
/inkscape/src/extension/internal/
H A Dgrid.cpp66 for (Geom::Point start_point = bounding_area.min();
67 start_point[axis] + offset[axis] <= (bounding_area.max())[axis];
68 start_point[axis] += spacing[axis]) {
69 Geom::Point end_point = start_point;
72 path_data.moveTo(start_point + point_offset)
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp69 for (Geom::Point start_point = bounding_area.min();
70 start_point[axis] + offset[axis] <= (bounding_area.max())[axis];
71 start_point[axis] += spacing[axis]) {
72 Geom::Point end_point = start_point;
75 path_data.moveTo(start_point + point_offset)
/inkscape/src/ui/tools/
H A Dmeasure-tool.h60 void setLine(Geom::Point start_point,Geom::Point end_point, bool markers, guint32 color, Inkscape::XML::Node *measure_repr = NULL);
H A Dmeasure-tool.cpp875 void MeasureTool::setLine(Geom::Point start_point,Geom::Point end_point, bool markers, guint32 color, Inkscape::XML::Node *measure_repr) argument
883 path.start(desktop->doc2dt(start_point));
/inkscape/share/extensions/
H A Dgcodetools.py6478 start_point = [float(r.group(1)),float(r.group(2))]
6480 start_point = [0.,0.]
6481 last_sp1 = [[start_point[0],start_point[1]-10] for i in range(3)]
6482 last_sp2 = [start_point for i in range(3)]
6548 # Add return to start_point
6550 polylines += [ ["connect1", [ [polylines[-1][1][-1][1] for i in range(3)],[start_point for i in range(3)] ] ] ]

Completed in 42 milliseconds