Searched refs:collectGlyphsForGlyphName (Results 1 – 3 of 3) sorted by relevance
62 void collectGlyphsForGlyphName(const String&, Vector<SVGGlyph>&);
238 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs) in collectGlyphsForGlyphName() function in WebCore::SVGFontElement
190 associatedFontElement->collectGlyphsForGlyphName(altGlyphNames[index], glyphs); in applySVGGlyphSelection()