Searched refs:param_set_value (Results 1 - 23 of 23) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dunit.cpp39 param_set_value(*unit_table.getUnit(strvalue));
54 param_set_value(*defunit);
58 UnitParam::param_set_value(Inkscape::Util::Unit const &val) function in class:Inkscape::LivePathEffect::UnitParam
H A Denum.h58 param_set_value( enumdataconv->get_id_from_key(Glib::ustring(strvalue)) );
76 param_set_value(defvalue);
79 void param_set_value(E val) { function in class:Inkscape::LivePathEffect::EnumParam
H A Dparameter.cpp83 param_set_value(newval);
101 param_set_value(defvalue);
105 ScalarParam::param_set_value(gdouble val) function in class:Inkscape::LivePathEffect::ScalarParam
136 param_set_value(value); // reset value to see whether it is in ranges
H A Drandom.cpp54 param_set_value(newval, static_cast<long>(newstartseed));
56 param_set_value(newval, defseed);
77 param_set_value(defvalue, defseed);
81 RandomParam::param_set_value(gdouble val, long newseed) function in class:Inkscape::LivePathEffect::RandomParam
H A Dunit.h35 void param_set_value(Inkscape::Util::Unit const &val);
H A Drandom.h38 void param_set_value(gdouble val, long newseed);
H A Dparameter.h113 void param_set_value(gdouble val);
/inkscape/src/live_effects/
H A Dlpe-attach-path.cpp90 start_path_position.param_set_value(transformedpath.nearestTime(start_path_curve_end.getOrigin()).asFlatTime());
94 start_path_position.param_set_value(transformedpath.size());
96 start_path_position.param_set_value(0);
145 end_path_position.param_set_value(transformedpath.nearestTime(end_path_curve_end.getOrigin()).asFlatTime());
149 end_path_position.param_set_value(transformedpath.size());
151 end_path_position.param_set_value(0);
H A Dlpe-taperstroke.cpp127 line_width.param_set_value(width);
210 attach_end.param_set_value( size - attach_start );
225 attach_start.param_set_value(attach_start - 0.00001);
228 attach_end.param_set_value(attach_end - 0.00001);
238 attach_start.param_set_value((double)allowed_start - 0.00001);
241 attach_end.param_set_value((double)allowed_end - 0.00001);
247 attach_start.param_set_value( 0.0000001 );
251 attach_end.param_set_value( 0.0000001 );
485 lpe->attach_start.param_set_value(t0);
513 lpe->attach_end.param_set_value(t
[all...]
H A Dlpe-angle_bisector.cpp107 lpe->length_left.param_set_value(-lambda);
120 lpe->length_right.param_set_value(lambda);
H A Dlpe-parallel.cpp126 lpe->length_left.param_set_value(-lambda);
141 lpe->length_right.param_set_value(lambda);
H A Dlpe-perp_bisector.cpp73 lpe->length_left.param_set_value(lambda);
76 lpe->length_right.param_set_value(-lambda);
H A Dlpe-tangent_to_curve.cpp132 //lpe->t_attach.param_set_value(0);
139 lpe->t_attach.param_set_value(t0);
153 lpe->length_left.param_set_value(-lambda);
166 lpe->length_right.param_set_value(lambda);
H A Dlpe-transform_2pts.cpp108 last_knot.param_set_value(nnodes);
146 first_knot.param_set_value(1);
147 last_knot.param_set_value(2);
249 first_knot.param_set_value(1);
250 last_knot.param_set_value(nnodes);
254 first_knot.param_set_value(1);
255 last_knot.param_set_value(2);
H A Dlpe-bendpath.cpp203 lpe->prop_scale.param_set_value(-Geom::distance(s , ptA)/(lpe->original_height/2.0));
205 lpe->prop_scale.param_set_value(Geom::distance(s , ptA)/(lpe->original_height/2.0));
H A Dlpe-copy_rotate.cpp113 starting_angle.param_set_value(angle);
129 rotation_angle.param_set_value(360.0/(double)num_copies);
132 num_copies.param_set_value(floor(360/rotation_angle));
137 num_copies.param_set_value(num_copies+1);
138 rotation_angle.param_set_value(360.0/(double)num_copies);
454 lpe->starting_angle.param_set_value(deg_from_rad(-angle_between(lpe->dir, s - lpe->origin)));
474 lpe->rotation_angle.param_set_value(deg_from_rad(-angle_between(lpe->dir, s - lpe->origin)) - lpe->starting_angle);
H A Dlpe-patternalongpath.cpp266 prop_scale.param_set_value(prop_scale * ((postmul.expansionX() + postmul.expansionY()) / 2));
312 lpe->prop_scale.param_set_value(-Geom::distance(s , ptA)/(lpe->original_height/2.0));
314 lpe->prop_scale.param_set_value(Geom::distance(s , ptA)/(lpe->original_height/2.0));
H A Dlpe-jointype.cpp115 line_width.param_set_value(width);
H A Dlpe-perspective_path.cpp268 lpe->offsetx.param_set_value((s - origin)[Geom::X]);
269 lpe->offsety.param_set_value(-(s - origin)[Geom::Y]); // additional minus sign is due to coordinate system flipping
H A Dlpe-fillet-chamfer.cpp222 radius.param_set_value(0);
225 radius.param_set_value(0);
H A Dlpe-rough-hatches.cpp568 top_edge_variation.param_set_value( (*bbox)[Y].extent()/10, 0 );
569 bot_edge_variation.param_set_value( (*bbox)[Y].extent()/10, 0 );
H A Dlpe-roughen.cpp100 global_randomize.param_set_value(global_randomize.get_value(), seed);
/inkscape/src/widgets/
H A Dlpe-toolbar.cpp261 lpe->end_type.param_set_value(static_cast<Inkscape::LivePathEffect::EndType>(ege_select_one_action_get_active(act)));

Completed in 1753 milliseconds