HomeSort by relevance Sort by last modified time
    Searched refs:calculateGlyphOrientationAngle (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.h 43 float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;
SVGTextLayoutEngineBaseline.cpp 154 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
SVGTextLayoutEngine.cpp 506 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, *currentCharacter);

Completed in 213 milliseconds