/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TiledDrawingAreaTileQt.cpp | 80 void TiledDrawingAreaTile::invalidate(const IntRect& dirtyRect) in invalidate() 147 IntRect dirtyRect = m_dirtyRegion.boundingRect(); in updateBackBuffer() local
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | PageOverlay.cpp | 89 void PageOverlay::setNeedsDisplay(const IntRect& dirtyRect) in setNeedsDisplay() 100 void PageOverlay::drawRect(GraphicsContext& graphicsContext, const IntRect& dirtyRect) in drawRect()
|
D | TiledDrawingArea.cpp | 82 IntRect dirtyRect = m_dirtyRect; in display() local 137 void TiledDrawingArea::updateTile(int tileID, const IntRect& dirtyRect, float scale) in updateTile()
|
D | TiledDrawingArea.h | 81 WebCore::IntRect dirtyRect; member
|
D | ChunkedUpdateDrawingArea.cpp | 80 IntRect dirtyRect = m_dirtyRect; in display() local
|
D | DrawingAreaImpl.cpp | 81 IntRect dirtyRect = rect; in setNeedsDisplay() local
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.cpp | 49 IntRect dirtyRect = rect; in invalidateScrollbarRect() local
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebLayer.cpp | 39 void WebLayer::internalSetNeedsDisplay(const CGRect* dirtyRect) in internalSetNeedsDisplay()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePageOverlay.cpp | 75 …void drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect) in drawRect()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Tile.cpp | 168 SkRect dirtyRect; in markAsDirty() local 272 float scale, const SkRect& dirtyRect, in intersectWithRect()
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPSurfaceInterface.cpp | 94 static bool anp_lock(JNIEnv* env, jobject surfaceView, ANPBitmap* bitmap, ANPRectI* dirtyRect) { in anp_lock()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PageClientQt.cpp | 182 void PageClientQWidget::update(const QRect & dirtyRect) in update() 281 void PageClientQGraphicsWidget::update(const QRect& dirtyRect) in update()
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWinInternal.cpp | 142 void PlatformCALayerWinInternal::internalSetNeedsDisplay(const FloatRect* dirtyRect) in internalSetNeedsDisplay() 151 void PlatformCALayerWinInternal::setNeedsDisplay(const FloatRect* dirtyRect) in setNeedsDisplay()
|
D | CACFLayerTreeHost.cpp | 250 RECT dirtyRect; in getDirtyRects() local
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TiledDrawingAreaProxy.cpp | 174 void TiledDrawingAreaProxy::requestTileUpdate(int tileID, const IntRect& dirtyRect) in requestTileUpdate() 236 IntRect dirtyRect(mapFromContents(contentsDirtyRect)); in invalidate() local 334 IntRect dirtyRect = mapFromContents(rect); in paint() local
|
D | FindIndicator.cpp | 145 void FindIndicator::draw(GraphicsContext& graphicsContext, const IntRect& dirtyRect) in draw()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | TileQt.cpp | 85 void Tile::invalidate(const IntRect& dirtyRect) in invalidate()
|
D | TextureMapperQt.cpp | 50 PlatformGraphicsContext* BitmapTextureQt::beginPaint(const IntRect& dirtyRect) in beginPaint()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageUIClient.cpp | 94 …nst IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) in paintCustomOverhangArea()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerChromium.h | 111 virtual void invalidateRect(const FloatRect& dirtyRect) {} in invalidateRect() 112 const FloatRect& dirtyRect() const { return m_dirtyRect; } in dirtyRect() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | TiledBackingStore.cpp | 74 IntRect dirtyRect(mapFromContents(contentsDirtyRect)); in invalidate() local 133 IntRect dirtyRect = mapFromContents(rect); in paint() local
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
D | NetscapePluginWin.cpp | 138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool) in platformPaint()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 144 IntRect dirtyRect = m_dirtyRect; in paint() local 186 IntRect dirtyRect = rect; in invalidate() local
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginView.cpp | 516 void PluginView::paint(GraphicsContext* context, const IntRect& dirtyRect) in paint() 823 void PluginView::invalidateRect(const IntRect& dirtyRect) in invalidateRect() 856 void PluginView::invalidate(const IntRect& dirtyRect) in invalidate()
|
/external/webkit/Source/WebKit/android/jni/ |
D | PicturePile.cpp | 118 void PicturePile::invalidate(const IntRect& dirtyRect) in invalidate()
|