OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateSVGKerning
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h
37
float
calculateSVGKerning
(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph);
SVGTextLayoutEngineSpacing.cpp
42
float SVGTextLayoutEngineSpacing::
calculateSVGKerning
(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph)
SVGTextLayoutEngine.cpp
506
float kerning = spacingLayout.
calculateSVGKerning
(m_isVerticalText, visualMetrics.glyph());
Completed in 283 milliseconds