HomeSort by relevance Sort by last modified time
    Searched defs:clearRect (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 268 void GraphicsContext::clearRect(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 305 void GraphicsContext::clearRect(const FloatRect& rect)
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 239 public void clearRect(int x, int y, int width, int height)
241 graphics.clearRect(x, y, width, height);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 453 void GraphicsContext::clearRect(const FloatRect& rect)
459 platformContext()->clearRect(rect);
PlatformGraphicsContextSkia.cpp 216 void PlatformGraphicsContextSkia::clearRect(const FloatRect& rect)
PlatformGraphicsContextRecording.cpp 760 void PlatformGraphicsContextRecording::clearRect(const FloatRect& rect)
762 appendDrawingOperation(NEW_OP(ClearRect)(rect), rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 570 void GraphicsContext::clearRect(const FloatRect&)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 443 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight };
444 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 977 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height)
990 context->clearRect(rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 948 void GraphicsContext::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 225 void GLES2Canvas::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 321 void GraphicsContext::clearRect(const FloatRect& rect)
328 platformContext()->gpuCanvas()->clearRect(rect);
332 // Force a readback here (if we're using the GPU), since clearRect() is
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 714 SkIRect clearRect = SkIRect::MakeXYWH(
717 context->clear(&clearRect, 0x0);
784 SkIRect clearRect;
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 = SkIRect::MakeXYWH
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 576 milliseconds