HomeSort by relevance Sort by last modified time
    Searched full:dirtyrect (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
FrameView.h 220 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 163 void PlatformCALayer::setNeedsDisplay(const FloatRect* dirtyRect)
165 intern(this)->setNeedsDisplay(dirtyRect);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 507 void NetscapePlugin::paint(GraphicsContext* context, const IntRect& dirtyRect)
511 platformPaint(context, dirtyRect);
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 380 void repaintRequested(const QRect& dirtyRect);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 114 void paint(HDC, const WebCore::IntRect& dirtyRect);
WebView.cpp 627 void WebView::paint(HDC hdc, const IntRect& dirtyRect)
634 drawingArea->paint(hdc, dirtyRect, unpaintedRegion);
642 drawPageBackground(hdc, dirtyRect);
646 if (m_page->isValid() && m_page->drawingArea() && m_page->drawingArea()->paint(dirtyRect, hdc))
649 drawPageBackground(hdc, dirtyRect);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 78 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect) = 0;
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 330 virtual HRESULT STDMETHODCALLTYPE drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect);
UIDelegate.cpp 647 HRESULT STDMETHODCALLTYPE UIDelegate::drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect)
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 351 FloatRect dirtyRect;
352 dirtyRect.setWidth(width);
353 dirtyRect.setHeight(height);
354 gc.clip(dirtyRect);
382 IntRect dirtyRect(rect);
383 dirtyRect.move(-pt.x, -pt.y);
384 view->paint(&gc, dirtyRect);
    [all...]
WebView.h 848 void paintIntoWindow(HDC bitmapDC, HDC windowDC, const WebCore::IntRect& dirtyRect);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 460 NSRect dirtyRect = [self convertRect:dirtyRects[dirtyRectIndex] fromView:opaqueAncestor];
461 if (!NSEqualSizes(dirtyRect.size, NSZeroSize)) {
464 SetRectRgn(dirtyRectRegion, static_cast<short>(NSMinX(dirtyRect)), static_cast<short>(NSMinY(dirtyRect)), static_cast<short>(NSMaxX(dirtyRect)), static_cast<short>(NSMaxY(dirtyRect)));
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 71 - (void)drawRect:(NSRect)dirtyRect {
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 176 typedef void (*WKBundlePagePaintCustomOverhangAreaCallback)(WKBundlePageRef page, WKGraphicsContextRef graphicsContext, WKRect horizontalOverhang, WKRect verticalOverhang, WKRect dirtyRect, const void* clientInfo);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm     [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.mm 592 NSRect dirtyRect = NSMakeRect(
597 gfx::CanvasSkiaPaint canvas(dirtyRect, false);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 570 bool WebChromeClient::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
575 m_page->injectedBundleUIClient().paintCustomOverhangArea(m_page, context, horizontalOverhangArea, verticalOverhangArea, dirtyRect);
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 310 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 156 void LayerRendererChromium::invalidateRootLayerRect(const IntRect& dirtyRect)
158 m_rootLayerContentTiler->invalidateRect(dirtyRect);
    [all...]

Completed in 1642 milliseconds

1 2 34 5