OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateCSSKerningAndSpacing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h
38
float
calculateCSSKerningAndSpacing
(const SVGRenderStyle*, SVGElement* lengthContext, UChar currentCharacter);
SVGTextLayoutEngineSpacing.cpp
82
float SVGTextLayoutEngineSpacing::
calculateCSSKerningAndSpacing
(const SVGRenderStyle* style, SVGElement* contextElement, UChar currentCharacter)
SVGTextLayoutEngine.cpp
509
float spacing = spacingLayout.
calculateCSSKerningAndSpacing
(svgStyle, lengthContext, currentCharacter);
Completed in 647 milliseconds