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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.h100 float m_textPathCurrentOffset; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp50 , 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 57 milliseconds