HomeSort by relevance Sort by last modified time
    Searched defs:clearRect (Results 1 - 22 of 22) 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/skia/src/effects/
SkMorphologyImageFilter.cpp 476 SkIRect clearRect = SkIRect::MakeXYWH(rect.fLeft, rect.fBottom,
478 context->clear(&clearRect, 0x0);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 451 void GraphicsContext::clearRect(const FloatRect& rect)
457 platformContext()->clearRect(rect);
PlatformGraphicsContextSkia.cpp 217 void PlatformGraphicsContextSkia::clearRect(const FloatRect& rect)
PlatformGraphicsContextRecording.cpp 761 void PlatformGraphicsContextRecording::clearRect(const FloatRect& rect)
763 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/
GrContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 967 milliseconds