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

/inkscape/src/filters/
H A Dblend.h19 #define SP_FEBLEND(obj) (dynamic_cast<SPFeBlend*>((SPObject*)obj))
20 #define SP_IS_FEBLEND(obj) (dynamic_cast<const SPFeBlend*>((SPObject*)obj) != NULL)
22 class SPFeBlend : public SPFilterPrimitive { class in inherits:SPFilterPrimitive
24 SPFeBlend();
25 virtual ~SPFeBlend();
H A Dblend.cpp29 SPFeBlend::SPFeBlend() function in class:SPFeBlend
35 SPFeBlend::~SPFeBlend() {
39 * Reads the Inkscape::XML::Node, and initializes SPFeBlend variables. For this to get called,
43 void SPFeBlend::build(SPDocument *document, Inkscape::XML::Node *repr) {
64 void SPFeBlend::release() {
131 * Sets a specific value in the SPFeBlend.
133 void SPFeBlend::set(unsigned int key, gchar const *value) {
164 void SPFeBlend
[all...]

Completed in 76 milliseconds