/inkscape/src/live_effects/parameter/ |
H A D | unit.cpp | 39 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 D | enum.h | 58 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 D | parameter.cpp | 83 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 D | random.cpp | 54 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 D | unit.h | 35 void param_set_value(Inkscape::Util::Unit const &val);
|
H A D | random.h | 38 void param_set_value(gdouble val, long newseed);
|
H A D | parameter.h | 113 void param_set_value(gdouble val);
|
/inkscape/src/live_effects/ |
H A D | lpe-attach-path.cpp | 90 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 D | lpe-taperstroke.cpp | 127 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 D | lpe-angle_bisector.cpp | 107 lpe->length_left.param_set_value(-lambda); 120 lpe->length_right.param_set_value(lambda);
|
H A D | lpe-parallel.cpp | 126 lpe->length_left.param_set_value(-lambda); 141 lpe->length_right.param_set_value(lambda);
|
H A D | lpe-perp_bisector.cpp | 73 lpe->length_left.param_set_value(lambda); 76 lpe->length_right.param_set_value(-lambda);
|
H A D | lpe-tangent_to_curve.cpp | 132 //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 D | lpe-transform_2pts.cpp | 108 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 D | lpe-bendpath.cpp | 203 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 D | lpe-copy_rotate.cpp | 113 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 D | lpe-patternalongpath.cpp | 266 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 D | lpe-jointype.cpp | 115 line_width.param_set_value(width);
|
H A D | lpe-perspective_path.cpp | 268 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 D | lpe-fillet-chamfer.cpp | 222 radius.param_set_value(0); 225 radius.param_set_value(0);
|
H A D | lpe-rough-hatches.cpp | 568 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 D | lpe-roughen.cpp | 100 global_randomize.param_set_value(global_randomize.get_value(), seed);
|
/inkscape/src/widgets/ |
H A D | lpe-toolbar.cpp | 261 lpe->end_type.param_set_value(static_cast<Inkscape::LivePathEffect::EndType>(ege_select_one_action_get_active(act)));
|