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/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h
100
float
m_textPathCurrentOffset
;
SVGTextLayoutEngine.cpp
50
,
m_textPathCurrentOffset
(0)
208
m_textPathCurrentOffset
= m_textPathStartOffset;
234
m_textPathCurrentOffset
= 0;
531
m_textPathCurrentOffset
= y + m_textPathStartOffset;
533
m_textPathCurrentOffset
+= m_dy - kerning;
542
m_textPathCurrentOffset
= x + m_textPathStartOffset;
544
m_textPathCurrentOffset
+= m_dx - kerning;
553
textPathOffset =
m_textPathCurrentOffset
+ scaledGlyphAdvance / 2;
556
m_textPathCurrentOffset
+= scaledGlyphAdvance + m_textPathSpacing + spacing * m_textPathScaling;
Completed in 18 milliseconds