Searched defs:steps (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-bspline.h37 ScalarParam steps; member in class:Inkscape::LivePathEffect::LPEBSpline
H A Dlpe-simplify.h41 ScalarParam steps; member in class:Inkscape::LivePathEffect::LPESimplify
/inkscape/src/livarot/
H A DAlphaLigne.h18 * you only have to store a limited number of steps.
39 // array of steps
41 alpha_step* steps; member in class:AlphaLigne
60 // sorts the steps in increasing order. needed before you raster the line
63 // debug dump of the steps
/inkscape/src/extension/internal/
H A Dbluredge.cpp59 int steps = module->get_param_int("num-steps"); local
72 std::vector<Inkscape::XML::Node *> new_items(steps);
80 orig_opacity / (steps));
82 for (int i = 0; i < steps; i++) {
83 double offset = (width / (float)(steps - 1) * (float)i) - (width / 2.0);
135 "<param name=\"num-steps\" gui-text=\"" N_("Number of steps:") "\" gui-description=\"" N_("Number of inset/outset copies of the object to make") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n"
/inkscape/src/display/
H A Ddrawing-pattern.cpp58 DrawingPattern::setOverflow(Geom::Affine initial_transform, int steps, Geom::Affine step_transform) { argument
60 _overflow_steps = steps;
/inkscape/src/
H A Dsp-star.cpp297 Returns a random number in the range [-0.5, 0.5) from the given seed, stepping the given number of steps from the seed.
300 rnd (guint32 const seed, unsigned steps) { argument
302 for (; steps > 0; steps --)
/inkscape/src/ui/tool/
H A Dnode.cpp375 // moves the handler and its oposite in X fixed positions depending on parameter "steps with control"
379 int steps = _pm()._bsplineGetSteps(); local
380 new_pos=_pm()._bsplineHandleReposition(this,ceilf(_pm()._bsplineHandlePosition(this, false)*steps)/steps);
529 "<b>Ctrl</b>: Move handle by his actual steps in BSpline Live Effect"));
H A Dpath-manipulator.cpp1244 //determines if the trace has a bspline effect and the number of steps that it takes
1258 int steps = 0; local
1260 steps = lpe_bsp->steps+1;
1262 return steps;

Completed in 1041 milliseconds