Searched refs:SPMeshpatch (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-mesh-patch.cpp23 SPMeshpatch* SPMeshpatch::getNextMeshpatch()
25 SPMeshpatch *result = 0;
36 SPMeshpatch* SPMeshpatch::getPrevMeshpatch()
38 SPMeshpatch *result = 0;
41 // The closest previous SPObject that is an SPMeshpatch *should* be ourself.
43 SPMeshpatch* meshpatch = SP_MESHPATCH(obj);
48 g_warning("SPMeshpatch previous/next relationship broken");
62 SPMeshpatch function in class:SPMeshpatch
[all...]
H A Dsp-mesh-patch.h5 * SPMeshpatch: SVG <meshpatch> implementation.
18 #define SP_MESHPATCH(obj) (dynamic_cast<SPMeshpatch*>((SPObject*)obj))
19 #define SP_IS_MESHPATCH(obj) (dynamic_cast<const SPMeshpatch*>((SPObject*)obj) != NULL)
22 class SPMeshpatch : public SPObject { class in inherits:SPObject
24 SPMeshpatch();
25 virtual ~SPMeshpatch();
27 SPMeshpatch* getNextMeshpatch();
28 SPMeshpatch* getPrevMeshpatch();
H A Dsp-factory.cpp179 ret = new SPMeshpatch;
H A Dsp-mesh-array.cpp644 SPMeshpatch *patch = SP_MESHPATCH(po);

Completed in 436 milliseconds