Searched refs:offset_pt (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-offset.cpp31 offset_pt(_("Offset"), _("Handle to control the distance of the offset from the curve"), "offset_pt", &wr, this)
35 registerParameter(dynamic_cast<Parameter *>(&offset_pt));
46 offset_pt.param_update_default(offset);
47 offset_pt.param_setValue(offset,true);
67 double t = nearest_time(offset_pt, pwd2_in);
69 double offset = L2(A - offset_pt);
H A Dlpe-parallel.cpp50 offset_pt(_("Offset"), _("Adjust the offset"), "offset_pt", &wr, this),
57 registerParameter(dynamic_cast<Parameter *>(&offset_pt));
76 offset_pt.param_update_default(offset);
77 offset_pt.param_setValue(offset, true);
91 C = offset_pt - dir * length_left;
92 D = offset_pt + dir * length_right;
125 double lambda = L2(s - lpe->offset_pt) * sgn(dot(s - lpe->offset_pt, lpe->dir));
140 double lambda = L2(s - lpe->offset_pt) * sg
[all...]
H A Dlpe-offset.h34 PointParam offset_pt; member in class:Inkscape::LivePathEffect::LPEOffset
H A Dlpe-parallel.h45 PointParam offset_pt; member in class:Inkscape::LivePathEffect::LPEParallel

Completed in 23 milliseconds