Searched refs:SPGlyph (Results 1 - 7 of 7) 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)
H A Dsp-factory.cpp153 ret = new SPGlyph;
/inkscape/src/display/
H A Dnr-svgfonts.h20 class SPGlyph;
51 std::vector<SPGlyph*> glyphs;
H A Dnr-svgfonts.cpp121 SPGlyph *glyph,
134 SPGlyph *glyph,
312 if (!dynamic_cast<SPGlyph *>(node) && !dynamic_cast<SPMissingGlyph *>(node)) {
326 SPGlyph *glyphNode = dynamic_cast<SPGlyph *>(node);
378 SPGlyph *glyph = dynamic_cast<SPGlyph *>(node);
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.h37 class SPGlyph;
78 SPGlyph* get_selected_glyph();
175 Gtk::TreeModelColumn<SPGlyph*> glyph_node;
H A Dsvg-fonts-dialog.cpp175 this->append((static_cast<SPGlyph*>(node))->unicode);
378 SPGlyph* SvgFontsDialog::get_selected_glyph()
420 row[_GlyphsListColumns.glyph_node] = static_cast<SPGlyph*>(node);
421 row[_GlyphsListColumns.glyph_name] = (static_cast<SPGlyph*>(node))->glyph_name;
422 row[_GlyphsListColumns.unicode] = (static_cast<SPGlyph*>(node))->unicode;
446 SPGlyph *new_glyph(SPDocument* document, SPFont *font, const int count)
464 SPGlyph *g = SP_GLYPH( document->getObjectByRepr(repr) );
486 /* SPGlyph* glyph =*/ new_glyph(doc, get_selected_spfont(), count+1);
535 SPGlyph* glyph = get_selected_glyph();
618 SPGlyph* glyp
[all...]

Completed in 700 milliseconds