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

  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 153 const FloatRect& boundingRect() const { return m_boundingRect; }
174 FloatRect m_boundingRect;
PlatformPathWinCE.cpp 549 e.inflateRectToContainMe(m_boundingRect, lastPoint());
559 it->inflateRectToContainMe(m_boundingRect, lastPoint());
567 m_boundingRect = FloatRect();
590 m_boundingRect.move(size);
600 m_boundingRect = t.mapRect(m_boundingRect);
608 if (!containsPoint(m_boundingRect, point))
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 263 QRectF m_boundingRect;
480 if (width == m_boundingRect.width() && height == m_boundingRect.height())
483 m_boundingRect = QRectF(QPointF(0, 0), QSizeF(width, height));
587 return m_boundingRect;
    [all...]

Completed in 32 milliseconds