Lines Matching full:intrect
33 #include <WebCore/IntRect.h>
77 void takeSnapshot(const WebCore::IntSize& size, const WebCore::IntRect& contentsRect);
84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
102 WebCore::IntRect mapToContents(const WebCore::IntRect&) const;
103 WebCore::IntRect mapFromContents(const WebCore::IntRect&) const;
109 WebCore::IntRect webViewVisibleRect();
110 void updateWebView(const Vector<WebCore::IntRect>& paintedArea);
116 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext);
121 void invalidate(const WebCore::IntRect& rect);
124 void requestTileUpdate(int tileID, const WebCore::IntRect& dirtyRect);
138 void dropTilesOutsideRect(const WebCore::IntRect&);
145 WebCore::IntRect contentsRect() const;
147 WebCore::IntRect calculateKeepRect(const WebCore::IntRect& visibleRect) const;
148 WebCore::IntRect calculateCoverRect(const WebCore::IntRect& visibleRect) const;
150 WebCore::IntRect tileRectForCoordinate(const TiledDrawingAreaTile::Coordinate&) const;
152 double tileDistance(const WebCore::IntRect& viewport, const TiledDrawingAreaTile::Coordinate&);
177 WebCore::IntRect m_previousVisibleRect;