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

/inkscape/src/filters/
H A Dturbulence.h20 #define SP_FETURBULENCE(obj) (dynamic_cast<SPFeTurbulence*>((SPObject*)obj))
21 #define SP_IS_FETURBULENCE(obj) (dynamic_cast<const SPFeTurbulence*>((SPObject*)obj) != NULL)
25 class SPFeTurbulence : public SPFilterPrimitive { class in inherits:SPFilterPrimitive
27 SPFeTurbulence();
28 virtual ~SPFeTurbulence();
H A Dturbulence.cpp27 SPFeTurbulence::SPFeTurbulence() : SPFilterPrimitive() { function in class:SPFeTurbulence
36 SPFeTurbulence::~SPFeTurbulence() {
40 * Reads the Inkscape::XML::Node, and initializes SPFeTurbulence variables. For this to get called,
44 void SPFeTurbulence::build(SPDocument *document, Inkscape::XML::Node *repr) {
58 void SPFeTurbulence::release() {
105 * Sets a specific value in the SPFeTurbulence.
107 void SPFeTurbulence::set(unsigned int key, gchar const *value) {
174 void SPFeTurbulence
[all...]
/inkscape/src/
H A Dsp-factory.cpp290 ret = new SPFeTurbulence;

Completed in 22 milliseconds