Searched defs:step (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/live_effects/
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.cpp1087 gdouble lower, gdouble upper, gdouble step, gdouble page,
1101 lower, upper, step, page, 0 ) );
1081 create_adjustment_action( gchar const *name, gchar const *label, gchar const *shortLabel, gchar const *tooltip, Glib::ustring const &path, gdouble def, GtkWidget *focusTarget, GObject *dataKludge, gboolean altx, gchar const *altx_mark, gdouble lower, gdouble upper, gdouble step, gdouble page, gchar const** descrLabels, gdouble const* descrValues, guint descrCount, void (*callback)(GtkAdjustment *, GObject *), Inkscape::UI::Widget::UnitTracker *unit_tracker, gdouble climb , guint digits , double factor ) argument
/inkscape/share/extensions/
H A Dinkweb.js155 step: 0
159 if ( conf.step == 0 ) {
180 if ( conf.step < conf.steps ) {
181 conf.step++;
/inkscape/src/ui/widget/
H A Dpoint.cpp131 void Point::setIncrements(double step, double page) argument
133 xwidget.setIncrements(step, page);
134 ywidget.setIncrements(step, page);
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 Dcolor-slider.cpp40 gint step, guint b0, guint b1, guint mask);
591 gint step, guint b0, guint b1, guint mask)
629 start += step;
590 sp_color_slider_render_map(gint x0, gint y0, gint width, gint height, guchar *map, gint start, gint step, guint b0, guint b1, guint mask) argument
H A Dcolor-icc-selector.cpp447 gdouble step = static_cast<gdouble>(scaleValue) / 100.0; local
449 gint digits = (step > 0.9) ? 0 : 2;
450 _impl->_compUI[i]._adj = GTK_ADJUSTMENT(gtk_adjustment_new(0.0, 0.0, scaleValue, step, page, page));
465 _impl->_compUI[i]._btn = gtk_spin_button_new(_impl->_compUI[i]._adj, step, digits);
843 step, page, page ) );
H A Dgimpspinscale.c804 gdouble step; local
808 step = (upper - lower) / text_area.width / 10.0;
810 step = (upper - lower) / width / 10.0;
822 value = (private->start_value + diff * step);
/inkscape/src/live_effects/parameter/
H A Dparameter.cpp185 ScalarParam::param_set_increments(double step, double page) argument
187 inc_step = step;
/inkscape/src/livarot/
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/ui/dialog/
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];
H A Dexport.cpp489 float step, float page,
496 float step, float page,
504 Glib::RefPtr<Gtk::Adjustment> adj = Gtk::Adjustment::create(val, min, max, step, page, 0);
506 Gtk::Adjustment *adj = new Gtk::Adjustment ( val, min, max, step, page, 0 );
488 createSpinbutton( gchar const * , float val, float min, float max, float step, float page, Gtk::Grid *t, int x, int y, const Glib::ustring& ll, const Glib::ustring& lr, int digits, unsigned int sensitive, void (Export::*cb)() ) argument
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp288 double step = size() == 1 ? 0 : bound->extent() / (size() - 1); local
293 pos[d] = start + num * step;
/inkscape/src/extension/internal/
H A Dwmf-print.cpp699 double step = range / divisions; // adequate approximation for gradient local
700 double overlap = step / 4.0; // overlap slices slightly
718 for (start = 0.0; start < range; start += step, doff += 1. / divisions) {
719 stop = start + step + overlap;
748 double step = range / divisions; // adequate approximation for gradient local
749 double overlap = step / 4.0; // overlap slices slightly
772 for (start = 0.0; start < range; start += step, doff += 1. / divisions) {
773 stop = start + step + overlap;
H A Demf-print.cpp1191 double step = range / divisions; // adequate approximation for gradient local
1192 double overlap = step / 4.0; // overlap slices slightly
1210 for (start = 0.0; start < range; start += step, doff += 1. / divisions) {
1211 stop = start + step + overlap;
1328 double step = range / divisions; // adequate approximation for gradient local
1329 double overlap = step / 4.0; // overlap slices slightly
1352 for (start = 0.0; start < range; start += step, doff += 1. / divisions) {
1353 stop = start + step + overlap;
/inkscape/
H A Dbuildtool.cpp386 int i, j, n, step; local
388 for (i = j = 0; i < re_len && j <= s_len; i += step) {
391 step = re[i] == '(' ? info->brackets[bi + 1].len + 2 :
394 DBG(("%s [%.*s] [%.*s] re_len=%d step=%d i=%d j=%d\n", __func__,
395 re_len - i, re + i, s_len - j, s + j, re_len, step, i, j));
398 FAIL_IF(step <= 0, SLRE_INVALID_CHARACTER_SET);
400 if (i + step < re_len && is_quantifier(re + i + step)) {
401 DBG(("QUANTIFIER: [%.*s]%c [%.*s]\n", step, re + i,
402 re[i + step], s_le
567 int i, step, depth = 0; local
[all...]

Completed in 91 milliseconds