Searched defs:GlyphMapNode (Results 1 – 1 of 1) sorted by relevance
33 struct GlyphMapNode : public RefCounted<GlyphMapNode> { struct35 GlyphMapNode() { } in GlyphMapNode() function37 static PassRefPtr<GlyphMapNode> create() { return adoptRef(new GlyphMapNode); } in create() argument54 RefPtr<GlyphMapNode> node; in add() argument