OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textPathSpacing
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
103
float
m_textPathSpacing
;
SVGTextLayoutEngine.cpp
52
,
m_textPathSpacing
(0)
217
m_textPathSpacing
= (desiredTextLength - totalLength) / totalCharacters;
229
m_textPathSpacing
= 0;
542
m_textPathCurrentOffset += scaledGlyphAdvance +
m_textPathSpacing
+ spacing * m_textPathScaling;
Completed in 25 milliseconds