calculateGlyphAdvanceAndOrientation 502 Source/core/rendering/svg/SVGTextLayoutEngine.cpp float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift); calculateGlyphAdvanceAndOrientation 43 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.h float calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics&, float angle, float& xOrientationShift, float& yOrientationShift) const;