Searched refs:RandomParam (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-curvestitch.h40 RandomParam startpoint_edge_variation;
41 RandomParam startpoint_spacing_variation;
42 RandomParam endpoint_edge_variation;
43 RandomParam endpoint_spacing_variation;
H A Dlpe-rough-hatches.h49 RandomParam dist_rdm;
54 RandomParam top_edge_variation;
55 RandomParam bot_edge_variation;
56 RandomParam top_tgt_variation;
57 RandomParam bot_tgt_variation;
58 RandomParam top_smth_variation;
59 RandomParam bot_smth_variation;
H A Dlpe-sketch.h41 RandomParam strokelength_rdm;
43 RandomParam strokeoverlap_rdm;
44 RandomParam ends_tolerance;
45 RandomParam parallel_offset;
46 RandomParam tremble_size;
53 RandomParam tgtlength_rdm;
54 RandomParam tgt_places_rdmness;
H A Dlpe-roughen.h59 RandomParam displace_x;
60 RandomParam displace_y;
61 RandomParam global_randomize;
/inkscape/src/live_effects/parameter/
H A Drandom.h21 class RandomParam : public Parameter { class in namespace:Inkscape::LivePathEffect
23 RandomParam( const Glib::ustring& label,
30 virtual ~RandomParam();
62 RandomParam(const RandomParam&);
63 RandomParam& operator=(const RandomParam&);
H A Drandom.cpp25 RandomParam::RandomParam( const Glib::ustring& label, const Glib::ustring& tip, function in class:Inkscape::LivePathEffect::RandomParam
41 RandomParam::~RandomParam()
46 RandomParam::param_readSVGValue(const gchar * strvalue)
66 RandomParam::param_getSVGValue() const
75 RandomParam::param_set_default()
81 RandomParam::param_set_value(gdouble val, long newseed)
96 RandomParam::param_set_range(gdouble min, gdouble max)
103 RandomParam
[all...]

Completed in 15 milliseconds