Home | History | Annotate | Download | only in src

Lines Matching full:intrect

1030 void WebViewImpl::doPixelReadbackToCanvas(WebCanvas* canvas, const IntRect& rect)
1045 IntRect invertRect(rect.x(), bitmapHeight - rect.maxY(), rect.width(), rect.height());
1051 imageBuffer->putPremultipliedImageData(pixelArray.get(), rect.size(), IntRect(IntPoint(), rect.size()), IntPoint());
1073 IntRect resizeRect(rect);
1074 resizeRect.intersect(IntRect(IntPoint(), m_layerRenderer->viewportSize()));
1453 IntRect rect = frame->editor()->firstRectForRange(range.get());
2236 IntRect oldBounds = m_autoFillPopup->frameRect();
2238 IntRect newBounds = m_autoFillPopup->frameRect();
2305 IntRect damagedRect(0, 0, m_size.width, m_size.height);
2318 void WebViewImpl::scrollRootLayerRect(const IntSize& scrollDelta, const IntRect& clipRect)
2324 void WebViewImpl::invalidateRootLayerRect(const IntRect& rect)
2332 IntRect dirtyRect = view->windowToContents(rect);
2346 virtual void paint(GraphicsContext& context, const IntRect& contentRect)
2467 IntRect contentRect = view->visibleContentRect(false);
2468 IntRect visibleRect = view->visibleContentRect(true);