Home
last modified time | relevance | path

Searched refs:clearRect (Results 1 – 25 of 54) sorted by relevance

123

/external/skia/src/gpu/
DGrContext.cpp1861 SkIRect clearRect; in gaussianBlur() local
1919 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in gaussianBlur()
1921 this->clear(&clearRect, 0x0); in gaussianBlur()
1936 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in gaussianBlur()
1938 this->clear(&clearRect, 0x0); in gaussianBlur()
1952 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in gaussianBlur()
1954 this->clear(&clearRect, 0x0); in gaussianBlur()
1955 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in gaussianBlur()
1957 this->clear(&clearRect, 0x0); in gaussianBlur()
/external/webkit/Source/WebCore/inspector/front-end/
DSummaryBar.js121 ctx.clearRect(0, 0, 13, 24);
295 ctx.clearRect(x, y, w, (h * 2));
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.h64 void clearRect(const FloatRect&);
DContentLayerChromium.cpp81 context.clearRect(contentRect); in paint()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp451 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
457 platformContext()->clearRect(rect); in clearRect()
DPlatformGraphicsContextSkia.h74 virtual void clearRect(const FloatRect& rect);
DPlatformGraphicsContextRecording.h115 virtual void clearRect(const FloatRect& rect);
DPlatformGraphicsContext.h106 virtual void clearRect(const FloatRect& rect) = 0;
/external/v8/benchmarks/spinning-balls/
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/
DShadowBlur.cpp509 … shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1)); in drawRectShadowWithoutTiling()
549 … shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1)); in drawInsetShadowWithoutTiling()
627 shadowContext->clearRect(templateBounds); in drawInsetShadowWithTiling()
691 shadowContext->clearRect(FloatRect(0, 0, templateSize.width(), templateSize.height())); in drawRectShadowWithTiling()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java239 public void clearRect(int x, int y, int width, int height) in clearRect() method in OverrideGraphics2D
241 graphics.clearRect(x, y, width, height); in clearRect()
/external/chromium-trace/trace-viewer/src/tracks/
Dcounter_track.js80 ctx.clearRect(0, 0, canvasW, canvasH);
Druler_track.js118 ctx.clearRect(0, 0, canvasW, canvasH);
Dslice_track.js96 ctx.clearRect(0, 0, canvasW, canvasH);
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp476 SkIRect clearRect = SkIRect::MakeXYWH(rect.fLeft, rect.fBottom, in apply_morphology() local
478 context->clear(&clearRect, 0x0); in apply_morphology()
/external/chromium/chrome/browser/resources/
Dmobile_setup.js214 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp443 …RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPos… in createHUDWindow() local
444 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true); in createHUDWindow()
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_track.js222 ctx.clearRect(0, 0, canvasW, canvasH);
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp268 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp305 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilter.cpp250 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), absoluteDrawingRegion.size())); in applyResource()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h155 void clearRect(float x, float y, float width, float height);
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp155 graphicsContext->clearRect(dirtyRect); in paint()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp321 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
328 platformContext()->gpuCanvas()->clearRect(rect); in clearRect()
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
Dbackground.js159 this.canvasContext_.clearRect(0, 0, this.w, this.h);

123