/external/skia/src/gpu/ |
D | GrContext.cpp | 1861 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/ |
D | SummaryBar.js | 121 ctx.clearRect(0, 0, 13, 24); 295 ctx.clearRect(x, y, w, (h * 2));
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.h | 64 void clearRect(const FloatRect&);
|
D | ContentLayerChromium.cpp | 81 context.clearRect(contentRect); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 451 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext 457 platformContext()->clearRect(rect); in clearRect()
|
D | PlatformGraphicsContextSkia.h | 74 virtual void clearRect(const FloatRect& rect);
|
D | PlatformGraphicsContextRecording.h | 115 virtual void clearRect(const FloatRect& rect);
|
D | PlatformGraphicsContext.h | 106 virtual void clearRect(const FloatRect& rect) = 0;
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 273 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/ |
D | ShadowBlur.cpp | 509 … 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/ |
D | OverrideGraphics2D.java | 239 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/ |
D | counter_track.js | 80 ctx.clearRect(0, 0, canvasW, canvasH);
|
D | ruler_track.js | 118 ctx.clearRect(0, 0, canvasW, canvasH);
|
D | slice_track.js | 96 ctx.clearRect(0, 0, canvasW, canvasH);
|
/external/skia/src/effects/ |
D | SkMorphologyImageFilter.cpp | 476 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/ |
D | mobile_setup.js | 214 ctx.clearRect(0, 0, canvas.width, canvas.height);
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 443 …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/ |
D | timeline_track.js | 222 ctx.clearRect(0, 0, canvasW, canvasH);
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 268 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 305 void GraphicsContext::clearRect(const FloatRect& rect) in clearRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceFilter.cpp | 250 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), absoluteDrawingRegion.size())); in applyResource()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.h | 155 void clearRect(float x, float y, float width, float height);
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 155 graphicsContext->clearRect(dirtyRect); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 321 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/ |
D | background.js | 159 this.canvasContext_.clearRect(0, 0, this.w, this.h);
|