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

/inkscape/src/filters/
H A Dimage.h21 #define SP_FEIMAGE(obj) (dynamic_cast<SPFeImage*>((SPObject*)obj))
22 #define SP_IS_FEIMAGE(obj) (dynamic_cast<const SPFeImage*>((SPObject*)obj) != NULL)
24 class SPFeImage : public SPFilterPrimitive { class in inherits:SPFilterPrimitive
26 SPFeImage();
27 virtual ~SPFeImage();
H A Dimage.cpp30 SPFeImage::SPFeImage() : SPFilterPrimitive() { function in class:SPFeImage
40 SPFeImage::~SPFeImage() {
44 * Reads the Inkscape::XML::Node, and initializes SPFeImage variables. For this to get called,
48 void SPFeImage::build(SPDocument *document, Inkscape::XML::Node *repr)
61 void SPFeImage::release() {
79 SPFeImage *feImage = SP_FEIMAGE(obj);
92 * Sets a specific value in the SPFeImage.
94 void SPFeImage
[all...]
/inkscape/src/
H A Dsp-factory.cpp272 ret = new SPFeImage;

Completed in 14 milliseconds