calculateGlyphOrientationAngle 497 Source/core/rendering/svg/SVGTextLayoutEngine.cpp float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, currentCharacter); calculateGlyphOrientationAngle 42 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.h float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;