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

  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 156 SkIRect clearRect;
241 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
243 context->clear(&clearRect, 0x0, false);
258 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
260 context->clear(&clearRect, 0x0, false);
276 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
278 context->clear(&clearRect, 0x0, false);
279 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
281 context->clear(&clearRect, 0x0, false);
SkMorphologyImageFilter.cpp 533 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
535 context->clear(&clearRect, GrMorphologyEffect::kErode_MorphologyType == morphType ?
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 133 SkIRect clearRect;
203 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
205 context->clear(&clearRect, 0x0, false);
220 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
222 context->clear(&clearRect, 0x0, false);
237 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
239 context->clear(&clearRect, 0x0, false);
240 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
242 context->clear(&clearRect, 0x0, false);
SkMorphologyImageFilter.cpp 512 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
514 context->clear(&clearRect, GrMorphologyEffect::kErode_MorphologyType == morphType ?
  /external/chromium_org/third_party/skia/bench/
GameBench.cpp 126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f };
160 canvas->drawRect(clearRect, clearPaint);
  /external/skia/bench/
GameBench.cpp 126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f };
160 canvas->drawRect(clearRect, clearPaint);
  /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/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 424 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
427 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
430 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++)
468 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
471 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 427 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
430 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
433 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++)
471 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
474 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.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 366 milliseconds