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

/inkscape/src/extension/
H A Dpatheffect.h19 class PathEffect : public Extension { class in namespace:Inkscape::Extension
22 PathEffect (Inkscape::XML::Node * in_repr,
24 virtual ~PathEffect (void);
30 }; /* PathEffect */
H A Dpatheffect.cpp19 PathEffect::PathEffect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) function in class:Inkscape::Extension::PathEffect
25 PathEffect::~PathEffect (void)
31 PathEffect::processPath (SPDocument * /*doc*/, Inkscape::XML::Node * /*path*/, Inkscape::XML::Node * /*def*/)
38 PathEffect::processPathEffects (SPDocument * doc, Inkscape::XML::Node * path)
65 Inkscape::Extension::PathEffect * peffect;
66 peffect = dynamic_cast<Inkscape::Extension::PathEffect *>(Inkscape::Extension::db.get(ext_id));

Completed in 13 milliseconds