Home
last modified time | relevance | path

Searched refs:collectGlyphsForGlyphName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.h62 void collectGlyphsForGlyphName(const String&, Vector<SVGGlyph>&);
DSVGFontElement.cpp238 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs) in collectGlyphsForGlyphName() function in WebCore::SVGFontElement
DSVGFontData.cpp190 associatedFontElement->collectGlyphsForGlyphName(altGlyphNames[index], glyphs); in applySVGGlyphSelection()