Home
last modified time | relevance | path

Searched refs:m_queryPointResult (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp120 , m_queryPointResult() in SVGInlineTextBoxQueryWalker()
175 m_queryPointResult = FloatPoint(it->x, it->y); in chunkPortionCallback()
202m_queryPointResult.move(it->x, it->y + textBox->calculateGlyphHeight(style, newOffset, extraCharac… in chunkPortionCallback()
204m_queryPointResult.move(it->x + textBox->calculateGlyphWidth(style, newOffset, extraCharactersAvai… in chunkPortionCallback()
276 FloatPoint pointResult() const { return m_queryPointResult; } in pointResult()
290 FloatPoint m_queryPointResult; member