Searched refs:m_queryPointResult (Results 1 – 1 of 1) sorted by relevance
120 , m_queryPointResult() in SVGInlineTextBoxQueryWalker()175 m_queryPointResult = FloatPoint(it->x, it->y); in chunkPortionCallback()202 …m_queryPointResult.move(it->x, it->y + textBox->calculateGlyphHeight(style, newOffset, extraCharac… in chunkPortionCallback()204 …m_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