Searched defs:GlyphMapNode (Results 1 – 1 of 1) sorted by relevance
37 struct GlyphMapNode : public RefCounted<GlyphMapNode> { struct39 GlyphMapNode() { } in GlyphMapNode() function41 static PassRefPtr<GlyphMapNode> create() { return adoptRef(new GlyphMapNode); } in create() argument43 Vector<SVGGlyph> glyphs;67 RefPtr<GlyphMapNode> node; in addGlyph() argument