OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textPathStartOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
101
float
m_textPathStartOffset
;
SVGTextLayoutEngine.cpp
175
m_textPathStartOffset
= textPath->startOffset();
177
if (
m_textPathStartOffset
> 0 &&
m_textPathStartOffset
<= 1)
178
m_textPathStartOffset
*= m_textPathLength;
195
m_textPathStartOffset
+= chunk.calculateTextAnchorShift(length);
201
m_textPathCurrentOffset =
m_textPathStartOffset
;
227
m_textPathStartOffset
= 0;
517
m_textPathCurrentOffset = y +
m_textPathStartOffset
;
528
m_textPathCurrentOffset = x +
m_textPathStartOffset
;
Completed in 455 milliseconds