Searched refs:LPERoughHatches (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.h26 class LPERoughHatches : public Effect { class in namespace:Inkscape::LivePathEffect
28 LPERoughHatches(LivePathEffectObject *lpeobject);
29 virtual ~LPERoughHatches();
69 LPERoughHatches(const LPERoughHatches&);
70 LPERoughHatches& operator=(const LPERoughHatches&);
H A Dlpe-rough-hatches.cpp222 LPERoughHatches::LPERoughHatches(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPERoughHatches
291 LPERoughHatches::~LPERoughHatches()
297 LPERoughHatches::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in){
352 LPERoughHatches::generateLevels(Interval const &domain, double x_org){
375 LPERoughHatches::linearSnake(Piecewise<D2<SBasis> > const &f, Point const &org){
437 LPERoughHatches::smoothSnake(std::vector<std::vector<Point> > const &linearSnake){
542 LPERoughHatches::doBeforeEffect (SPLPEItem const*/*lpeitem*/)
558 LPERoughHatches
[all...]
H A Deffect.cpp185 neweffect = static_cast<Effect*> ( new LPERoughHatches(lpeobj) );

Completed in 17 milliseconds