Searched refs:SPFeBlend (Results 1 - 6 of 6) 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...]
/inkscape/src/
H A Dsp-factory.cpp244 ret = new SPFeBlend;
H A Dfilter-chemistry.cpp332 SPFeBlend *b = SP_FEBLEND(document->getObjectByRepr(b_repr));
H A Ddesktop-style.cpp1721 if (dynamic_cast<SPFeBlend *>(primitive)) {
1736 SPFeBlend *spblend = dynamic_cast<SPFeBlend *>(primitive_obj);
/inkscape/src/ui/dialog/
H A Dobjects.cpp519 SPFeBlend *spblend = NULL;

Completed in 22 milliseconds