Searched defs:clearRect (Results 1 - 17 of 17) sorted by relevance

/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/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/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp453 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
459 platformContext()->clearRect(rect);
H A DPlatformGraphicsContextSkia.cpp216 void PlatformGraphicsContextSkia::clearRect(const FloatRect& rect) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp760 void PlatformGraphicsContextRecording::clearRect(const FloatRect& rect) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp570 void GraphicsContext::clearRect(const FloatRect&) function in class:WebCore::GraphicsContext
/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.cpp977 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
990 context->clearRect(rect);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp948 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp990 void GraphicsContext::clearRect(const FloatRect& r) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp225 void GLES2Canvas::clearRect(const FloatRect& rect) function in class:WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1006 void GraphicsContext::clearRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/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
/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/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1066 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 ...

Completed in 1677 milliseconds