Lines Matching full:intrect
49 #include <WebCore/IntRect.h>
140 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); }
161 void drawRect(WebCore::GraphicsContext&, const WebCore::IntRect&);
162 void drawPageOverlay(WebCore::GraphicsContext&, const WebCore::IntRect&);
174 WebCore::IntRect windowResizerRect() const;
256 const WebCore::IntRect& windowFrameInScreenCoordinates() const { return m_windowFrameInScreenCoordinates; }
257 const WebCore::IntRect& viewFrameInWindowCoordinates() const { return m_viewFrameInWindowCoordinates; }
266 WebCore::IntRect windowToScreen(const WebCore::IntRect&);
268 PassRefPtr<WebImage> snapshotInViewCoordinates(const WebCore::IntRect&, ImageOptions);
269 PassRefPtr<WebImage> snapshotInDocumentCoordinates(const WebCore::IntRect&, ImageOptions);
270 PassRefPtr<WebImage> scaledSnapshotInDocumentCoordinates(const WebCore::IntRect&, double scaleFactor, ImageOptions);
280 void setActualVisibleContentRect(const WebCore::IntRect&);
331 void firstRectForCharacterRange(uint64_t location, uint64_t length, WebCore::IntRect& resultRect);
341 void firstRectForCharacterInSelectedRange(const uint64_t characterPosition, WebCore::IntRect& resultRect);
377 void drawRectToPDF(uint64_t frameID, const WebCore::IntRect&, uint64_t callbackID);
509 void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates, const WebCore::IntPoint& accessibilityViewCoordinates);
580 WebCore::IntRect m_windowFrameInScreenCoordinates;
583 WebCore::IntRect m_viewFrameInWindowCoordinates;