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

12

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h64 void clearRect(const FloatRect&);
H A DContentLayerChromium.cpp81 context.clearRect(contentRect);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h74 virtual void clearRect(const FloatRect& rect);
H A DGraphicsContextAndroid.cpp453 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
459 platformContext()->clearRect(rect);
H A DPlatformGraphicsContext.h106 virtual void clearRect(const FloatRect& rect) = 0;
H A DPlatformGraphicsContextRecording.h112 virtual void clearRect(const FloatRect& rect);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp714 SkIRect clearRect = SkIRect::MakeXYWH( local
717 context->clear(&clearRect, 0x0);
784 SkIRect clearRect; local
835 clearRect = SkIRect::MakeXYWH(
837 context->clear(&clearRect, 0x0);
855 clearRect = SkIRect::MakeXYWH(
857 context->clear(&clearRect, 0x0);
870 clearRect = SkIRect::MakeXYWH(
872 context->clear(&clearRect, 0x0);
873 clearRect
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DSummaryBar.js121 ctx.clearRect(0, 0, 13, 24);
295 ctx.clearRect(x, y, w, (h * 2));
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_counter_track.js79 ctx.clearRect(0, 0, canvasW, canvasH);
H A Dtimeline_slice_track.js96 ctx.clearRect(0, 0, canvasW, canvasH);
H A Dtimeline_viewport_track.js117 ctx.clearRect(0, 0, canvasW, canvasH);
/external/v8/benchmarks/spinning-balls/
H A Dv.js273 this.ctx.clearRect(0, 0, this.width, this.height);
354 this.ctx.clearRect(0, 0, this.width, this.height);
/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp509 shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1));
549 shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1));
627 shadowContext->clearRect(templateBounds);
691 shadowContext->clearRect(FloatRect(0, 0, templateSize.width(), templateSize.height()));
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_track.js222 ctx.clearRect(0, 0, canvasW, canvasH);
/external/chromium/chrome/browser/resources/
H A Dmobile_setup.js214 ctx.clearRect(0, 0, canvas.width, canvas.height);
/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/Source/WebKit/win/
H A DFullscreenVideoController.cpp443 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight }; local
444 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h155 void clearRect(float x, float y, float width, float height);
H A DCanvasRenderingContext2D.idl62 void clearRect(in float x, in float y, in float width, in float height);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp268 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp305 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilter.cpp250 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), absoluteDrawingRegion.size()));
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js159 this.canvasContext_.clearRect(0, 0, this.w, this.h);
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp155 graphicsContext->clearRect(dirtyRect);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp321 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
328 platformContext()->gpuCanvas()->clearRect(rect);
332 // Force a readback here (if we're using the GPU), since clearRect() is

Completed in 1079 milliseconds

12