HomeSort by relevance Sort by last modified time
    Searched refs:m_glyphMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 63 m_glyphMap.clear();
102 m_glyphMap.collectGlyphsForString(lookupString, glyphs);
111 m_glyphMap.addGlyph(String(), lookupString, newGlyphPart);
131 m_glyphMap.addGlyph(glyphId, unicode, glyph->buildGlyphIdentifier());
152 m_glyphMap.appendToGlyphTable(svgGlyph);
235 m_glyphMap.collectGlyphsForString(string, glyphs);
242 glyphs.append(m_glyphMap.glyphIdentifierForGlyphName(glyphName));
248 return m_glyphMap.svgGlyphForGlyph(glyph);
SVGFontElement.h 87 SVGGlyphMap m_glyphMap;

Completed in 32 milliseconds