Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGFontElement.cpp54 m_glyphMap.clear(); in invalidateGlyphCache()
80 m_glyphMap.add(unicode, glyph->buildGlyphIdentifier()); in ensureGlyphCache()
238 m_glyphMap.get(string, glyphs); in getGlyphIdentifiersForString()
DSVGFontElement.h59 mutable SVGGlyphMap m_glyphMap; variable