Lines Matching full:intrect
151 IntRect rect;
174 void TiledDrawingAreaProxy::requestTileUpdate(int tileID, const IntRect& dirtyRect)
228 void TiledDrawingAreaProxy::takeSnapshot(const IntSize& size, const IntRect& contentsRect)
234 void TiledDrawingAreaProxy::invalidate(const IntRect& contentsDirtyRect)
236 IntRect dirtyRect(mapFromContents(contentsDirtyRect));
241 IntRect coverRect = calculateCoverRect(m_previousVisibleRect);
300 Vector<IntRect> paintedArea;
314 bool TiledDrawingAreaProxy::paint(const IntRect& rect, PlatformDrawingContext context)
334 IntRect dirtyRect = mapFromContents(rect);
354 IntRect visibleRect = mapFromContents(webViewVisibleRect());
380 double TiledDrawingAreaProxy::tileDistance(const IntRect& viewport, const TiledDrawingAreaTile::Coordinate& tileCoordinate)
393 IntRect TiledDrawingAreaProxy::calculateKeepRect(const IntRect& visibleRect) const
395 IntRect result = visibleRect;
403 IntRect TiledDrawingAreaProxy::calculateCoverRect(const IntRect& visibleRect) const
405 IntRect result = visibleRect;
415 IntRect visibleRect = mapFromContents(webViewVisibleRect());
428 IntRect coverRect = calculateCoverRect(visibleRect);
483 IntRect contentsRect = this->contentsRect();
490 IntRect tileRect = it->second->rect();
491 IntRect expectedTileRect = tileRectForCoordinate(tileCoordinate);
505 void TiledDrawingAreaProxy::dropTilesOutsideRect(const IntRect& keepRect)
545 IntRect TiledDrawingAreaProxy::mapToContents(const IntRect& rect) const
553 IntRect TiledDrawingAreaProxy::mapFromContents(const IntRect& rect) const
561 IntRect TiledDrawingAreaProxy::contentsRect() const
563 return mapFromContents(IntRect(IntPoint(0, 0), m_viewSize));
566 IntRect TiledDrawingAreaProxy::tileRectForCoordinate(const TiledDrawingAreaTile::Coordinate& coordinate) const
568 IntRect rect(coordinate.x() * m_tileSize.width(),