Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp549 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()
DPlatformPathWinCE.h153 const FloatRect& boundingRect() const { return m_boundingRect; } in boundingRect()
174 FloatRect m_boundingRect; variable
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp263 QRectF m_boundingRect; member in WebCore::GraphicsContext3DInternal
480 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()