SVGFont.cpp | 226 // Helper class to walk a text run. Lookup a SVGGlyphIdentifier for each character 243 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to) function in struct:WebCore::SVGTextRunWalker 422 runWalker.walk(run, isVerticalText, language, from, to); 524 runWalker.walk(run, isVerticalText, language, from, to);
|