Searched defs:LPEBoundingBox (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-bounding-box.h18 class LPEBoundingBox : public Effect { class in namespace:Inkscape::LivePathEffect
20 LPEBoundingBox(LivePathEffectObject *lpeobject);
21 virtual ~LPEBoundingBox();
30 LPEBoundingBox(const LPEBoundingBox&);
31 LPEBoundingBox& operator=(const LPEBoundingBox&);
H A Dlpe-bounding-box.cpp22 LPEBoundingBox::LPEBoundingBox(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEBoundingBox
32 LPEBoundingBox::~LPEBoundingBox()
37 void LPEBoundingBox::doEffect (SPCurve * curve)

Completed in 20 milliseconds