Searched refs:dist_rdm (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.h49 RandomParam dist_rdm; member in class:Inkscape::LivePathEffect::LPERoughHatches
H A Dlpe-rough-hatches.cpp225 dist_rdm(_("Frequency randomness:"), _("Variation of distance between hatches, in %."), "dist_rdm", &wr, this, 75),
252 registerParameter( dynamic_cast<Parameter *>(&dist_rdm) );
274 dist_rdm.param_set_range(0, 99.);
362 if (dist_rdm.get_value() != 0)
363 rdm = 1.+ double((2*dist_rdm - dist_rdm.get_value()))/100.;
551 dist_rdm.resetRandomizer();

Completed in 16 milliseconds