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 50 m_glyphMap.clear();
79 m_glyphMap.collectGlyphsForString(lookupString, glyphs);
88 m_glyphMap.addGlyph(String(), lookupString, newGlyphPart);
104 m_glyphMap.collectGlyphsForUnicodeRange(*it, glyphs);
109 m_glyphMap.collectGlyphsForStringExact(*it, glyphs);
114 const SVGGlyph& glyph = m_glyphMap.glyphIdentifierForGlyphName(*it);
166 m_glyphMap.addGlyph(glyphId, unicode, glyph.buildGlyphIdentifier());
185 m_glyphMap.dropNamedGlyphMap();
194 m_glyphMap.appendToGlyphTable(svgGlyph);
230 m_glyphMap.collectGlyphsForString(string, glyphs)
    [all...]
SVGFontElement.h 84 SVGGlyphMap m_glyphMap;

Completed in 53 milliseconds