Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp204 m_selectionRect.unite(textBox->calculateGlyphBoundaries(style, newOffset, *it)); in chunkPortionCallback()
207 m_selectionRect = chunkCtm.mapRect(m_selectionRect); in chunkPortionCallback()
212 return m_selectionRect; in selectionRect()
216 FloatRect m_selectionRect; member