/external/webkit/Source/WebKit/android/ |
RenderSkinMediaButton.cpp | 31 #include "IntRect.h" 91 void RenderSkinMediaButton::Draw(SkCanvas* canvas, const IntRect& r, int buttonType, 185 IntRect thumb = slider->thumbRect();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 123 const IntRect& rect = bridge->getWindowBounds(); 287 IntRect ChromeClientAndroid::windowResizerRect() const { return IntRect(0, 0, 0, 0); } 289 void ChromeClientAndroid::invalidateWindow(const IntRect&, bool) 294 void ChromeClientAndroid::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/) 299 void ChromeClientAndroid::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) 306 const IntRect& rectToScroll, const IntRect& clipRect) { 317 IntRect ChromeClientAndroid::windowToScreen(const IntRect&) const { [all...] |
/external/webkit/Source/WebKit/win/ |
FullscreenVideoController.h | 48 HUDWidget(const WebCore::IntRect& rect) : m_rect(rect) { } 57 WebCore::IntRect m_rect; 90 HUDSlider(HUDSliderButtonShape, int buttonSize, const WebCore::IntRect& rect);
|
WebFrame.cpp | 382 IntRect dirtyRect(rect); [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebChromeClient.cpp | 344 IntRect WebChromeClient::windowResizerRect() const 349 void WebChromeClient::invalidateWindow(const IntRect&, bool) 354 void WebChromeClient::invalidateContentsAndWindow(const IntRect& rect, bool) 361 void WebChromeClient::invalidateContentsForSlowScroll(const IntRect& rect, bool) 369 void WebChromeClient::scroll(const IntSize& scrollOffset, const IntRect& scrollRect, const IntRect& clipRect) 388 IntRect WebChromeClient::windowToScreen(const IntRect& rect) const 438 void WebChromeClient::scrollRectIntoView(const IntRect&, const ScrollView*) const 570 bool WebChromeClient::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebPopupMenuWin.cpp | 45 void WebPopupMenu::setUpPlatformData(const WebCore::IntRect& pageCoordinates, PlatformPopupMenuData& data) 99 IntRect itemRect(0, y, backingStoreWidth, data.m_itemHeight); 108 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedImage.cpp | 192 IntRect CachedImage::imageRect(float multiplier) const 197 return IntRect(); 218 return IntRect(x, y, width, height); 221 void CachedImage::notifyObservers(const IntRect* changeRect) 384 void CachedImage::changedInRect(const Image* image, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 80 IntRect rect = trackRect(scrollbar); 94 void ScrollbarThemeChromiumWin::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType) 104 IntRect alignRect = trackRect(scrollbar, false); 116 void ScrollbarThemeChromiumWin::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part) 134 void ScrollbarThemeChromiumWin::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerRendererChromium.cpp | 156 void LayerRendererChromium::invalidateRootLayerRect(const IntRect& dirtyRect) 176 void LayerRendererChromium::setViewport(const IntRect& visibleRect, const IntRect& contentRect, const IntPoint& scrollPosition) 267 rootDrawLayer->renderSurface()->m_contentRect = IntRect(IntPoint(0, 0), m_viewportVisibleRect.size()); 269 IntRect rootScissorRect(m_viewportVisibleRect); 358 const IntRect targetSurfaceRect = layer->ccLayerImpl()->scissorRect(); 475 void LayerRendererChromium::getFramebufferPixels(void *pixels, const IntRect& rect) 512 bool LayerRendererChromium::isLayerVisible(LayerChromium* layer, const TransformationMatrix& matrix, const IntRect& visibleRect) 594 IntRect transformedLayerRect; 619 transformedLayerRect = IntRect(0, 0, bounds.width(), bounds.height()) [all...] |
/external/webkit/Source/WebCore/rendering/ |
InlineBox.h | 176 virtual IntRect calculateBoundaries() const 179 return IntRect(); 266 FloatRect logicalFrameRect() const { return isHorizontal() ? IntRect(m_x, m_y, m_logicalWidth, logicalHeight()) : IntRect(m_y, m_x, m_logicalWidth, logicalHeight()); } 314 void flipForWritingMode(IntRect&);
|
HitTestResult.cpp | 291 IntRect HitTestResult::imageRect() const 294 return IntRect(); 534 bool HitTestResult::addNodeToRectBasedTestResult(Node* node, int x, int y, const IntRect& rect) 616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) 622 // As IntRect is left inclusive and right exclusive (seeing IntRect::contains(x, y)), adding "1". 625 return IntRect(actualPoint, actualPadding);
|
/external/webkit/Source/WebCore/tests/ |
TreeManager_test.cpp | 32 #include "IntRect.h" 59 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { 99 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { 113 IntRect m_iRect; 143 m_iRect = IntRect(0, 0, 1, 1);
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.mm | 132 void PageClientImpl::setViewNeedsDisplay(const WebCore::IntRect& rect) 142 void PageClientImpl::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) 270 IntRect PageClientImpl::windowToScreen(const IntRect& rect) 373 void PageClientImpl::flashBackingStoreUpdates(const Vector<IntRect>&)
|
WKPrintingView.mm | 176 - (uint64_t)_expectedPreviewCallbackForRect:(const IntRect&)rect 178 for (HashMap<uint64_t, WebCore::IntRect>::iterator iter = _expectedPreviewCallbacks.begin(); iter != _expectedPreviewCallbacks.end(); ++iter) { 209 HashMap<uint64_t, WebCore::IntRect>::iterator iter = view->_expectedPreviewCallbacks.find(context->callbackID); 214 pair<HashMap<WebCore::IntRect, Vector<uint8_t> >::iterator, bool> entry = view->_pagePreviews.add(iter->second, Vector<uint8_t>()); 263 static void pageDidComputePageRects(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, WKErrorRef, void* untypedContext) 284 view->_printingPageRects.append(IntRect(0, 0, 1, 1)); 288 const IntRect& lastPrintingPageRect = view->_printingPageRects[view->_printingPageRects.size() - 1]; 387 IntRect currentRect(_printingPageRects[i]); 424 IntRect rect(nsRect); 426 HashMap<WebCore::IntRect, Vector<uint8_t> >::iterator pagePreviewIterator = _pagePreviews.find(rect) [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.messages.in | 52 WindowToScreen(WebCore::IntRect rect) -> (WebCore::IntRect screenFrame) 67 DidFindZoomableArea(WebCore::IntRect area) 124 ComputedPagesCallback(Vector<WebCore::IntRect> pageRects, double totalScaleFactorForPrinting, uint64_t callbackID) 162 ShowPopupMenu(WebCore::IntRect rect, uint64_t textDirection, Vector<WebKit::WebPopupItem> items, int32_t selectedIndex, WebKit::PlatformPopupMenuData data)
|
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 70 virtual void show(const IntRect&, FrameView*, int) {} 162 virtual IntRect windowResizerRect() const { return IntRect(); } 164 virtual void invalidateWindow(const IntRect&, bool) { } 165 virtual void invalidateContentsAndWindow(const IntRect&, bool) { } 166 virtual void invalidateContentsForSlowScroll(const IntRect&, bool) {}; 167 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { } 176 virtual IntRect windowToScreen(const IntRect& r) const { return r; [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
SharedBitmap.cpp | 239 void SharedBitmap::draw(GraphicsContext* ctxt, const IntRect& dstRect, const IntRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp) 246 void SharedBitmap::draw(HDC hdc, const IntRect& dstRect, const IntRect& srcRect, CompositeOperator compositeOp) 296 PassOwnPtr<HBITMAP> SharedBitmap::clipBitmap(const IntRect& rect, bool useAlpha, BitmapInfo& bmpInfo, void*& pixels) 324 PassRefPtr<SharedBitmap> SharedBitmap::clipBitmap(const IntRect& rect, bool useAlpha) 440 clippedBmp = clipBitmap(IntRect(tileRect), useAlpha, patternBmpInfo, patternPixels); 474 IntRect visibleDstRect = enclosingIntRect(tf.inverse().mapRect(trRect)); 475 visibleDstRect.intersect(IntRect(destRect)); 583 void SharedBitmap::clearPixels(const IntRect& rect [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.cpp | 89 RECT rect = IntRect(r); 461 IntRect WebChromeClient::windowResizerRect() const 463 return IntRect(); 466 void WebChromeClient::invalidateWindow(const IntRect& windowRect, bool immediate) 472 void WebChromeClient::invalidateContentsAndWindow(const IntRect& windowRect, bool immediate) 478 void WebChromeClient::invalidateContentsForSlowScroll(const IntRect& windowRect, bool immediate) 484 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& clipRect) 491 IntRect WebChromeClient::windowToScreen(const IntRect& rect) cons [all...] |
/external/webkit/Source/WebCore/page/ |
PrintContext.cpp | 111 IntRect docRect = view->documentRect(); 158 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); 165 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); 206 IntRect pageRect = m_pageRects[pageNumber]; 217 void PrintContext::spoolRect(GraphicsContext& ctx, const IntRect& rect) 266 const IntRect& page = printContext.pageRect(pageNumber); 342 const Vector<IntRect>& pageRects = printContext.pageRects();
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ContextShadowCairo.cpp | 92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1)); 133 void ContextShadow::drawRectShadowWithoutTiling(GraphicsContext* context, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha) 190 void ContextShadow::drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius) 229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1)); 249 IntRect templateRect = IntRect(m_blurDistance, m_blurDistance, shadowTemplateSize.width() - radiusTwice, shadowTemplateSize.height() - radiusTwice);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 163 IntRect rect = enclosingIntRect(floatRect); 201 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size) 279 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const 284 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const 306 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size) 386 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) 391 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpage.cpp | 141 void QWKPagePrivate::setViewNeedsDisplay(const WebCore::IntRect& rect) 151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) 230 IntRect QWKPagePrivate::windowToScreen(const IntRect& rect) 270 void QWKPagePrivate::flashBackingStoreUpdates(const Vector<IntRect>&) 278 page->drawingArea()->paint(IntRect(area), painter); 805 void QWKPagePrivate::didFindZoomableArea(const IntRect& area)
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.cpp | 277 m_page->drawingArea()->paint(IntRect(rect), cr); 362 void WebView::setViewNeedsDisplay(const WebCore::IntRect&) 372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) 479 IntRect WebView::windowToScreen(const IntRect& rect) 482 return IntRect(); 552 void WebView::flashBackingStoreUpdates(const Vector<IntRect>&)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.cpp | 35 #include <WebCore/IntRect.h> 110 IntRect rect; 113 rect = IntRect(0, 0, m_frameRect.width(), m_frameRect.height()); 115 rect = IntRect(invalidRect->left, invalidRect->top, 507 void NetscapePlugin::paint(GraphicsContext* context, const IntRect& dirtyRect) 536 void NetscapePlugin::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
LayerAndroid.cpp | 347 IntRect dirtyArea(area.x(), area.y(), area.width(), area.height()); 790 IntRect LayerAndroid::clippedRect() const 792 IntRect r(0, 0, getWidth(), getHeight()); 793 IntRect tr = m_drawTransform.mapRect(r); 794 IntRect cr = TilesManager::instance()->shader()->clippedRectWithViewport(tr); 795 IntRect rect = m_drawTransform.inverse().mapRect(cr); 840 IntRect documentViewport(TilesManager::instance()->shader()->documentViewport()); 846 IntRect r(0, 0, getWidth(), getHeight()); 847 IntRect tr = m_drawTransform.mapRect(r); 848 IntRect visible = visibleArea() [all...] |