OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textPathCurrentOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
102
float
m_textPathCurrentOffset
;
SVGTextLayoutEngine.cpp
51
,
m_textPathCurrentOffset
(0)
201
m_textPathCurrentOffset
= m_textPathStartOffset;
228
m_textPathCurrentOffset
= 0;
517
m_textPathCurrentOffset
= y + m_textPathStartOffset;
519
m_textPathCurrentOffset
+= m_dy - kerning;
528
m_textPathCurrentOffset
= x + m_textPathStartOffset;
530
m_textPathCurrentOffset
+= m_dx - kerning;
539
textPathOffset =
m_textPathCurrentOffset
+ scaledGlyphAdvance / 2;
542
m_textPathCurrentOffset
+= scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;
Completed in 23 milliseconds