Searched refs:textPathOffset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.cpp514 float textPathOffset = 0; local
542 textPathOffset = m_textPathCurrentOffset + scaledGlyphAdvance / 2;
548 if (textPathOffset < 0) {
555 if (textPathOffset > m_textPathLength)
559 bool ok = m_textPathCalculator->pointAndNormalAtLength(textPathOffset, point, angle);

Completed in 63 milliseconds