Searched refs:handles (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-to-sbasis.h44 inline SBasis bezier_to_sbasis(Coord const *handles, unsigned order) {
46 return Linear(handles[0]);
48 return Linear(handles[0], handles[1]);
50 return multiply(Linear(1, 0), bezier_to_sbasis(handles, order-1)) +
51 multiply(Linear(0, 1), bezier_to_sbasis(handles+1, order-1));
56 inline D2<SBasis> handles_to_sbasis(T const &handles, unsigned order)
61 v[j][i] = handles[i][j];
70 D2<SBasis> handles_to_sbasis(T const& handles, unsigned order) argument
77 v.push_back(handles[
[all...]
/inkscape/share/extensions/test/
H A Dhandles.test.py3 # This is only the automatic generated test file for ../handles.py
13 from handles import *
/inkscape/src/live_effects/
H A Dlpe-lattice.cpp104 std::vector<Geom::Point *> handles(16);
106 handles[0] = &grid_point0;
107 handles[1] = &grid_point1;
108 handles[2] = &grid_point2;
109 handles[3] = &grid_point3;
110 handles[4] = &grid_point4;
111 handles[5] = &grid_point5;
112 handles[6] = &grid_point6;
113 handles[7] = &grid_point7;
114 handles[
[all...]
H A Dlpe-lattice2.cpp132 std::vector<Geom::Point > handles(36);
134 handles[0] = grid_point_0;
135 handles[1] = grid_point_1;
136 handles[2] = grid_point_2;
137 handles[3] = grid_point_3;
138 handles[4] = grid_point_4;
139 handles[5] = grid_point_5;
140 handles[6] = grid_point_6;
141 handles[7] = grid_point_7;
142 handles[
[all...]
H A Dlpe-show_handles.h44 BoolParam handles; member in class:Inkscape::LivePathEffect::LPEShowHandles
H A Dlpe-perspective-envelope.cpp73 g_warning("Perspective/Envelope LPE::doBeforeEffect - lpeobj with invalid parameter, the same value in 4 handles!");
79 std::vector<Geom::Point> handles(4);
80 handles[0] = down_left_point;
81 handles[1] = up_left_point;
82 handles[2] = up_right_point;
83 handles[3] = down_right_point;
96 solmatrix[i][6] = -handles[i][X] * source_handles[i][X];
97 solmatrix[i][7] = -handles[i][X] * source_handles[i][Y];
101 solmatrix[i+4][6] = -handles[i][Y] * source_handles[i][X];
102 solmatrix[i+4][7] = -handles[
269 Gtk::Label* handles = Gtk::manage(new Gtk::Label(Glib::ustring(_("Handles:")),Gtk::ALIGN_START)); local
[all...]
H A Dlpe-perspective_path.h60 std::vector<Geom::Point> handles; member in class:Inkscape::LivePathEffect::LPEPerspectivePath
H A Dlpe-roughen.cpp61 handles(_("Handles"), _("Handles options"), "handles", HMConverter, &wr,
76 registerParameter(&handles);
130 Glib::ustring(_("<b>Jitter nodes</b> Move nodes/handles")),
146 if (param->param_key == "handles") {
267 if(handles == HM_SMOOTH && curve_it1 == curve_endit){
289 if(handles == HM_ALONG_NODES && curve_it1 == curve_endit){
327 if (handles == HM_RAND || handles == HM_SMOOTH) {
341 if(handles
[all...]
H A Dlpe-roughen.h62 EnumParam<HandlesMethod> handles; member in class:Inkscape::LivePathEffect::LPERoughen
H A Dlpe-show_handles.cpp26 handles(_("Show handles"), _("Show handles"), "handles", &wr, this, true),
28 scale_nodes_and_handles(_("Scale nodes and handles"), _("Scale nodes and handles"), "scale_nodes_and_handles", &wr, this, 10),
32 registerParameter(&handles);
55 char *msg = _("The \"show handles\" path effect will remove any custom style on the object you are applying it to. If this is not what you want, click Cancel.");
104 if(!handles && !nodes) {
138 if(handles) {
[all...]
/inkscape/src/ui/tool/
H A Dtransform-handle-set.cpp2 * Affine transform handles component
37 extern GdkPixbuf *handles[];
309 return Glib::wrap(handles[1], true);
312 return Glib::wrap(handles[0], true);
392 case 0: return Glib::wrap(handles[3], true);
393 default: return Glib::wrap(handles[2], true);
473 case 0: return Glib::wrap(handles[7], true);
474 case 1: return Glib::wrap(handles[6], true);
475 case 2: return Glib::wrap(handles[5], true);
476 default: return Glib::wrap(handles[
[all...]
/inkscape/share/extensions/
H A Dembed_raster_in_svg.pl45 and this script only handles png or jpg.
/inkscape/src/
H A Dsp-mesh-array.h152 std::vector< SPMeshNode* > handles; member in class:SPMeshNodeArray
H A Dseltrans.cpp40 #include "seltrans-handles.h"
53 #include "seltrans-handles.h"
64 extern GdkPixbuf *handles[];
147 "pixbuf", handles[12],
160 "pixbuf", handles[12],
286 // (The special points are the handles, center, rotation axis, font baseline, ends of spiral, etc.)
446 // when trying to stretch a perfectly vertical line in horizontal direction, which will not be allowed by the handles;
475 // by the handles; this would be identified as a (zero) translation by isTranslation()
661 knots[i]->setPixbuf(handles[hands[i].control]);
H A Dgradient-chemistry.cpp1227 mg->array.handles[ point_i ]->p = p;
1358 p = mg->array.handles[ point_i ]->p;
H A Dgradient-drag.cpp798 DocumentUndo::done(d_new->parent->desktop->getDocument(), SP_VERB_CONTEXT_GRADIENT, _("Merge gradient handles"));
1303 * Update mesh handles when mesh corner is moved.
1305 * op: how other nodes (handles, tensors) should be moved.
1308 * If a side is a line, then the handles are always placed 1/3 of side length
1385 for( guint i = 0; i < mg->array.handles.size(); ++i ) {
1979 mg->array.handles.clear();
2004 mg->array.handles.push_back( nodes[i][j] );
/inkscape/src/ui/tools/
H A Dselect-tool.cpp32 #include "pixmaps/handles.xpm"
55 GdkPixbuf *handles[13];
74 //Creates rotated variations for handles
77 handles[start] = gdk_pixbuf_new_from_xpm_data((gchar const **)xpm);
80 handles[i] = gdk_pixbuf_rotate_simple(handles[i-1], GDK_PIXBUF_ROTATE_CLOCKWISE);
102 // selection handles
156 _("Click selection to toggle scale/rotation handles"),
673 // without shift, increase state (i.e. toggle scale/rotation handles)

Completed in 83 milliseconds