Searched refs:m_boundingRect (Results 1 – 3 of 3) sorted by relevance
549 e.inflateRectToContainMe(m_boundingRect, lastPoint()); in append()559 it->inflateRectToContainMe(m_boundingRect, lastPoint()); in append()567 m_boundingRect = FloatRect(); in clear()590 m_boundingRect.move(size); in translate()600 m_boundingRect = t.mapRect(m_boundingRect); in transform()608 if (!containsPoint(m_boundingRect, point)) in contains()
153 const FloatRect& boundingRect() const { return m_boundingRect; } in boundingRect()174 FloatRect m_boundingRect; variable
263 QRectF m_boundingRect; member in WebCore::GraphicsContext3DInternal480 if (width == m_boundingRect.width() && height == m_boundingRect.height()) in reshape()483 m_boundingRect = QRectF(QPointF(0, 0), QSizeF(width, height)); in reshape()587 return m_boundingRect; in boundingRect()