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

/inkscape/src/
H A Dmain-cmdlineact.cpp12 #include <helper/action.h>
13 #include <helper/action-context.h>
/inkscape/src/live_effects/
H A Dlpe-transform_2pts.cpp43 helper_size(_("Helper size:"), _("Rotation helper size"), "helper_size", &wr, this, 3),
367 Geom::Path helper; local
368 helper.start(point_a);
369 helper.appendNew<Geom::LineSegment>(point_b);
402 helper *= m;
403 Geom::Point trans = (Geom::Point)start - helper.initialPoint();
405 trans = (Geom::Point)end - helper.initialPoint();
H A Dlpe-mirror_symmetry.cpp23 #include "helper/geom.h"
321 Geom::PathVector helper; local
322 helper.push_back(path);
323 hp_vec.push_back(helper);
/inkscape/src/extension/implementation/
H A Dscript.cpp380 gchar const *helper = child_repr->firstChild()->content(); local
381 if (Inkscape::Extension::db.get(helper) == NULL) {
/inkscape/src/extension/internal/
H A Dodf.cpp60 #include <helper/geom.h>
61 #include "helper/geom-curves.h"

Completed in 28 milliseconds