HomeSort by relevance Sort by last modified time
    Searched refs:m_textBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 29 , m_textBounds(textBounds)
212 textRunPaintInfo.bounds = m_textBounds;
227 FloatPoint emphasisMarkTextOrigin(m_textBounds.x(), m_textBounds.y() + m_font.fontMetrics().ascent() + m_emphasisMarkOffset);
229 textRunPaintInfo.bounds = m_textBounds;
230 m_graphicsContext->concatCTM(InlineTextBox::rotation(m_textBounds, InlineTextBox::Clockwise));
232 m_graphicsContext->concatCTM(InlineTextBox::rotation(m_textBounds, InlineTextBox::Counterclockwise));
TextPainter.h 81 FloatRect m_textBounds;

Completed in 50 milliseconds