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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.h
42
float
calculateGlyphOrientationAngle
(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;
SVGTextLayoutEngineBaseline.cpp
155
float SVGTextLayoutEngineBaseline::
calculateGlyphOrientationAngle
(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
SVGTextLayoutEngine.cpp
492
float orientationAngle = baselineLayout.
calculateGlyphOrientationAngle
(m_isVerticalText, svgStyle, currentCharacter);
Completed in 986 milliseconds