Searched refs:step (Results 1 - 25 of 36) sorted by relevance

12

/inkscape/src/live_effects/
H A Dlpe-test-doEffect-stack.cpp22 step(_("Stack step:"), ("How deep we should go into the stack"), "step", &wr, this),
26 registerParameter( dynamic_cast<Parameter *>(&step) );
42 if (step >= 1) {
53 if (step >= 2) {
H A Dlpe-test-doEffect-stack.h34 ScalarParam step; member in class:Inkscape::LivePathEffect::LPEdoEffectStackTest
H A Dlpe-rough-hatches.cpp165 void step(unsigned &level, unsigned &idx, int &direction){ function in class:Inkscape::LivePathEffect::LevelsCrossings
357 double step = double(hatch_dist); local
364 x+= step*rdm;
365 step*=scale;//(1.+double(growth));
424 lscs.step(i,j, dir);
/inkscape/src/widgets/
H A Dspinbutton-events.cpp89 // (increments start with double step value and seem to grow as you press the key continuously)
96 gdouble step = 0; local
98 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
99 v += step;
109 gdouble step = 0; local
111 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
112 v -= step;
122 gdouble step = 0; local
124 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
135 gdouble step local
137 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page); local
[all...]
H A Dege-adjustment-action.cpp111 gdouble step; member in struct:_EgeAdjustmentActionPrivate
268 action->private_data->step = 0.0;
382 "step-increment", &action->private_data->step,
576 gdouble step = 0.0; local
581 "step-increment", &step,
595 gtk_adjustment_set_value( act->private_data->adj, base + step );
599 gtk_adjustment_set_value( act->private_data->adj, base - step );
704 gdouble step local
723 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_UP, menu, act, &single, &group, base + step, FALSE ); local
[all...]
H A Dtoolbox.h136 gdouble lower, gdouble upper, gdouble step, gdouble page,
/inkscape/src/ui/widget/
H A Dscalar.cpp69 double step, page; local
70 static_cast<SpinButton*>(_widget)->get_increments(step, page);
71 return step;
77 double step, page; local
78 static_cast<SpinButton*>(_widget)->get_increments(step, page);
117 void Scalar::setIncrements(double step, double /*page*/) argument
120 static_cast<SpinButton*>(_widget)->set_increments(step, 0);
H A Dpoint.cpp131 void Point::setIncrements(double step, double page) argument
133 xwidget.setIncrements(step, page);
134 ywidget.setIncrements(step, page);
H A Dpoint.h101 * Gets the current step ingrement used by the spin button.
144 * Sets the step and page increments for the spin button.
146 void setIncrements(double step, double page);
H A Dscalar.h92 * Gets the current step ingrement used by the spin button.
129 * Sets the step and page increments for the spin button.
132 void setIncrements(double step, double page);
/inkscape/share/extensions/
H A Dlindenmayer.py40 self.OptionParser.add_option("-s", "--step",
42 dest="step", default=25.0,
43 help="step size")
47 help="randomize step")
77 self.turtle.fd(self.options.step * (random.normalvariate(1.0, 0.01 * self.options.randomizestep)))
80 self.turtle.fd(self.options.step * (random.normalvariate(1.0, 0.01 * self.options.randomizestep)))
108 self.options.step = self.unittouu(str(self.options.step) + 'px')
H A Dinkweb.js155 step: 0
159 if ( conf.step == 0 ) {
180 if ( conf.step < conf.steps ) {
181 conf.step++;
H A Dparam_curves.py74 # step is increment of t
75 step = (t_end - t_start) / (samples-1)
76 third = step / 3.0
77 ds = step * 0.001 # Step used in calculating derivatives
98 # numerical derivatives, using 0.001*step as the small differential
108 t1 = (i+1) * step + t_start
H A Dfuncplot.py95 # step is the distance between nodes on x
96 step = (xend - xstart) / (samples-1)
97 third = step / 3.0
98 ds = step * 0.001 # Step used in calculating derivatives
123 if fponum or polar: # numerical derivative, using 0.001*step as the small differential
145 x1 = (i+1) * step + xstart
H A Dprinting_marks.py132 step = r
139 ' '+str(step) +','+str(-r) +\
140 ' '+str(-step) +','+str(-r) +\
142 ' '+str(step) +','+str(r) +\
143 ' '+str(-step) +','+str(r) +\
H A Ddots.py37 self.OptionParser.add_option("-t", "--step",
39 dest="step", default="1",
40 help="Numbering step between two nodes")
110 num += self.options.step
/inkscape/src/livarot/
H A DShape.h306 void Scan(float &pos, int &curP, float to, float step);
307 void QuickScan(float &pos, int &curP, float to, bool doSort, float step);
308 void DirectScan(float &pos, int &curP, float to, float step);
309 void DirectQuickScan(float &pos, int &curP, float to, bool doSort, float step);
311 void Scan(float &pos, int &curP, float to, FloatLigne *line, bool exact, float step);
312 void Scan(float &pos, int &curP, float to, FillRule directed, BitLigne *line, bool exact, float step);
313 void Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step);
315 void QuickScan(float &pos, int &curP, float to, FloatLigne* line, float step);
316 void QuickScan(float &pos, int &curP, float to, FillRule directed, BitLigne* line, float step);
317 void QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step);
[all...]
H A DShapeRaster.cpp118 void Shape::Scan(float &pos, int &curP, float to, float step) argument
205 CreateEdge(neNo, to, step);
215 CreateEdge(dnNo,to,step);
227 CreateEdge(upNo,to,step);
245 CreateEdge(cb, to, step);
267 AvanceEdge(cb, to, true, step);
275 void Shape::QuickScan(float &pos,int &curP, float to, bool /*doSort*/, float step) argument
334 CreateEdge(dnNo, to, step);
346 CreateEdge(cb, to, step);
366 AvanceEdge(cb, to, true, step);
609 DirectScan(float &pos, int &curP, float to, float step) argument
708 DirectQuickScan(float &pos, int &curP, float to, bool , float step) argument
801 Scan(float &pos, int &curP, float to, FloatLigne *line, bool exact, float step) argument
949 Scan(float &pos, int &curP, float to, FillRule directed, BitLigne *line, bool exact, float step) argument
1122 Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step) argument
1232 QuickScan(float &pos, int &curP, float to, FloatLigne* line, float step) argument
1371 QuickScan(float &pos, int &curP, float to, FillRule directed, BitLigne* line, float step) argument
1521 QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step) argument
1619 CreateEdge(int no, float to, float step) argument
1653 AvanceEdge(int no, float to, bool exact, float step) argument
1733 AvanceEdge(int no, float to, FloatLigne *line, bool exact, float step) argument
1810 AvanceEdge(int no, float to, BitLigne *line, bool exact, float step) argument
1882 AvanceEdge(int no, float to, AlphaLigne *line, bool exact, float step) argument
[all...]
H A DPathSimplify.cpp181 int step = 64; local
183 while ( step > 0 ) {
192 lastP += step;
193 M += step;
199 lastP -= step;
200 M -= step;
204 lastP -= step;
205 M -= step;
214 step /= 2;
/inkscape/src/display/
H A Ddrawing-text.cpp281 double step = vextent/32.0; local
282 unsigned i = 15 & (unsigned) round(xphase/step); // xphase is >= 0.0
285 This allows decoration continuity within the line, and does not step outside the clip box off the end
289 /* snap to nearest step in X */
290 Geom::Point ps = Geom::Point(step * round(p1[Geom::X]/step),p1[Geom::Y]);
291 Geom::Point pf = Geom::Point(step * round(p2[Geom::X]/step),p2[Geom::Y]);
315 pv += Geom::Point(step * (double)dots[i], 0.0);
325 pv += Geom::Point(step * 4.
[all...]
/inkscape/src/live_effects/parameter/
H A Dparameter.cpp185 ScalarParam::param_set_increments(double step, double page) argument
187 inc_step = step;
H A Dparameter.h117 void param_set_increments(double step, double page);
/inkscape/src/extension/internal/filter/
H A Dpaint.h535 for ( int step = 1 ; step <= levels ; step++ ) {
918 for ( int step = 1 ; step <= levels ; step++ ) {
919 float val = (float) step / levels;
1002 for ( int step = 1 ; step <= levels ; step
[all...]
/inkscape/src/ui/dialog/
H A Dexport.h102 * @param step The step size for the spin button
117 float step, float page,
124 float step, float page,
H A Dalign-and-distribute.cpp337 float step = (dist - span) / (len - 1); local
350 pos += step;
358 float step = dist / (len - 1); local
364 float pos = sorted.front().anchor + i * step;
826 double step = (b_max[_orientation] - b_min[_orientation])/(sorted.size() - 1); local
831 t[_orientation] = b_min[_orientation] + step * i - base[_orientation];

Completed in 41 milliseconds

12