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

12

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cg/
H A DWKImageCG.cpp59 graphicsContext->clearRect(rect);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_paint_context.cpp177 context->graphicContext->clearRect(paintArea);
190 context->graphicContext->clearRect(paintArea);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperImageBuffer.cpp64 context->clearRect(targetRect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DShadowBlur.cpp583 shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1));
621 shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1));
691 shadowContext->clearRect(templateBounds);
755 shadowContext->clearRect(FloatRect(0, 0, templateSize.width(), templateSize.height()));
904 shadowContext->clearRect(FloatRect(0, 0, m_layerSize.width() + 1, m_layerSize.height() + 1));
H A DGraphicsContext.h286 void clearRect(const FloatRect&);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp138 graphicsContext->clearRect(IntRect(IntPoint(), bitmapSize));
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.idl62 void clearRect(float x, float y, float width, float height);
H A DCanvasRenderingContext2D.h154 void clearRect(float x, float y, float width, float height);
H A DCanvasRenderingContext2D.cpp1038 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1069 context->clearRect(rect);
1517 c->clearRect(canvasRect);
1577 c->clearRect(canvasRect);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DMemoryStatistics.js440 ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsContextBlackBerry.cpp205 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerActor.cpp220 context.clearRect(FloatRect(0, 0, width, height));
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DFilterEffectRenderer.cpp503 sourceGraphicsContext->clearRect(m_repaintRect);
H A DRenderView.cpp507 paintInfo.context->clearRect(paintInfo.rect);
H A DRenderBoxModelObject.cpp969 context->clearRect(backgroundRect);
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginControllerProxy.cpp197 graphicsContext->clearRect(dirtyRect);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp449 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight }; local
450 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp648 context2D->clearRect(0, 0, width(), height());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp535 graphicsContext.clearRect(clipRect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp837 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp561 gc.clearRect(rect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContextCG.cpp996 void GraphicsContext::clearRect(const FloatRect& r) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp1249 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp989 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp5462 gc.clearRect(rect);

Completed in 369 milliseconds

12