Lines Matching full:intrect
51 #include <WebCore/IntRect.h>
627 void WebView::paint(HDC hdc, const IntRect& dirtyRect)
636 Vector<IntRect> unpaintedRects = unpaintedRegion.rects();
653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush)
676 IntRect rect = paintStruct.rcPaint;
923 void WebView::setViewNeedsDisplay(const WebCore::IntRect& rect)
934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects)
953 return IntRect(clientRect).size();
1105 IntRect WebView::windowToScreen(const IntRect& rect)
1122 IntRect caret = m_page->firstRectForCharacterInSelectedRange(0);
1315 IntRect caret = m_page->firstRectForCharacterInSelectedRange(charPos->dwCharPos);
1396 IntRect selectionRect;
1423 selectionRect = IntRect(findIndicator->selectionRectInWindowCoordinates());