Home
last modified time | relevance | path

Searched refs:GlyphMapNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGGlyphMap.h29 struct GlyphMapNode;
31 typedef HashMap<UChar, RefPtr<GlyphMapNode> > GlyphMapLayer;
33 struct GlyphMapNode : public RefCounted<GlyphMapNode> { struct
35 GlyphMapNode() { } in GlyphMapNode() function
37 static PassRefPtr<GlyphMapNode> create() { return adoptRef(new GlyphMapNode); } in create() argument
54 RefPtr<GlyphMapNode> node; in add() argument
59 node = GlyphMapNode::create(); in add()
84 RefPtr<GlyphMapNode> node = currentLayer->get(curChar); in get()
/external/webkit/WebCore/
DChangeLog-2008-08-1037022 (WebCore::GlyphMapNode::create):
37060 …(WebCore::GlyphMapNode::create): Use explicit create pattern, to avoid overreffing and therefore l…
37659 (WebCore::GlyphMapNode::GlyphMapNode):