OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 86 milliseconds