applySVGGlyphSelection  223 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp         if (svgFontData->applySVGGlyphSelection(iterator, glyphData, mirror, currentCharacter, advanceLength))
applySVGGlyphSelection   46 Source/core/svg/SVGFontData.h     virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const OVERRIDE;
applySVGGlyphSelection   53 Source/platform/fonts/CustomFontData.h     virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool, int, unsigned&) const { return false; }