Searched refs:clearRect (Results 1 - 23 of 23) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
H A DSourceFrame.js574 ctx.clearRect(0, 0, 26, 11);
619 ctx.clearRect(0, 0, 26, 11);
623 ctx.clearRect(0, 0, 26, 11);
625 ctx.clearRect(20, 0, 6, 11);
629 ctx.clearRect(0, 0, 26, 11);
633 ctx.clearRect(0, 0, 26, 11);
635 ctx.clearRect(20, 0, 6, 11);
642 ctx.clearRect(0, 0, 26, 11);
646 ctx.clearRect(0, 0, 26, 11);
648 ctx.clearRect(2
[all...]
H A DSummaryBar.js121 ctx.clearRect(0, 0, 13, 24);
295 ctx.clearRect(x, y, w, (h * 2));
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.idl62 void clearRect(in float x, in float y, in float width, in float height);
H A DCanvasRenderingContext2D.h142 void clearRect(float x, float y, float width, float height);
H A DCanvasRenderingContext2D.cpp716 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
727 c->clearRect(rect);
/external/webkit/WebCore/svg/graphics/
H A DSVGResourceFilter.cpp151 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), paintRect.size()));
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java239 public void clearRect(int x, int y, int width, int height) method in class:OverrideGraphics2D
241 graphics.clearRect(x, y, width, height);
/external/webkit/WebKit/win/
H A DFullscreenVideoController.cpp359 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight }; local
360 InvalidateRect(m_videoWindow, &clearRect, true);
H A DWebView.cpp1022 gc.clearRect(dirtyRect);
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp270 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp324 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h251 void clearRect(const FloatRect&);
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp539 void GraphicsContext::clearRect(const FloatRect&) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/rendering/
H A DRenderView.cpp234 paintInfo.context->clearRect(paintInfo.rect);
H A DRenderBoxModelObject.cpp586 context->clearRect(rect);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp931 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp842 void GraphicsContext::clearRect(const FloatRect& r) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp329 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp909 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp831 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp474 ctx.clearRect(rect);
482 ctx.clearRect(rect);
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp1084 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext

Completed in 2557 milliseconds