Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.cpp63 m_glyphMap.clear(); in invalidateGlyphCache()
102 m_glyphMap.collectGlyphsForString(lookupString, glyphs); in registerLigaturesInGlyphCache()
111 m_glyphMap.addGlyph(String(), lookupString, newGlyphPart); in registerLigaturesInGlyphCache()
131 m_glyphMap.addGlyph(glyphId, unicode, glyph->buildGlyphIdentifier()); in ensureGlyphCache()
152 m_glyphMap.appendToGlyphTable(svgGlyph); in ensureGlyphCache()
235 m_glyphMap.collectGlyphsForString(string, glyphs); in collectGlyphsForString()
242 glyphs.append(m_glyphMap.glyphIdentifierForGlyphName(glyphName)); in collectGlyphsForGlyphName()
248 return m_glyphMap.svgGlyphForGlyph(glyph); in svgGlyphForGlyph()
DSVGFontElement.h87 SVGGlyphMap m_glyphMap; variable