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

/inkscape/src/
H A Dsp-glyph.h15 #define SP_GLYPH(obj) (dynamic_cast<SPGlyph*>((SPObject*)obj))
16 #define SP_IS_GLYPH(obj) (dynamic_cast<const SPGlyph*>((SPObject*)obj) != NULL)
35 class SPGlyph : public SPObject { class in inherits:SPObject
37 SPGlyph();
38 virtual ~SPGlyph() {}
H A Dsp-glyph.cpp23 SPGlyph::SPGlyph() function in class:SPGlyph
37 void SPGlyph::build(SPDocument *document, Inkscape::XML::Node *repr)
53 void SPGlyph::release() {
106 void SPGlyph::set(unsigned int key, const gchar *value)
222 void SPGlyph::update(SPCtx *ctx, guint flags)
243 Inkscape::XML::Node* SPGlyph::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags)

Completed in 40 milliseconds