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

  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 270 void GraphicsContext::clearRect(const FloatRect& rect)
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 324 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/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 539 void GraphicsContext::clearRect(const FloatRect&)
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 359 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight };
360 InvalidateRect(m_videoWindow, &clearRect, true);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 716 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height)
727 c->clearRect(rect);
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 931 void GraphicsContext::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 909 void GraphicsContext::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 842 void GraphicsContext::clearRect(const FloatRect& r)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 831 void GraphicsContext::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 329 void GraphicsContext::clearRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 401 milliseconds