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

/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp129 SkIRect clearRect; local
198 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
200 context->clear(&clearRect, 0x0, false);
215 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
217 context->clear(&clearRect, 0x0, false);
232 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
234 context->clear(&clearRect, 0x0, false);
235 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
237 context->clear(&clearRect, 0x0, false);
H A DSkMorphologyImageFilter.cpp543 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, local
545 context->clear(&clearRect, GrMorphologyEffect::kErode_MorphologyType == morphType ?
/external/skia/bench/
H A DGameBench.cpp126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; variable
160 canvas->drawRect(clearRect, clearPaint);
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp129 SkIRect clearRect; local
198 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
200 context->clear(&clearRect, 0x0, false);
215 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
217 context->clear(&clearRect, 0x0, false);
232 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
234 context->clear(&clearRect, 0x0, false);
235 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
237 context->clear(&clearRect, 0x0, false);
H A DSkMorphologyImageFilter.cpp543 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, local
545 context->clear(&clearRect, GrMorphologyEffect::kErode_MorphologyType == morphType ?
/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1012 void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1047 context->clearRect(rect);
1647 c->clearRect(canvasRect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1688 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 352 milliseconds