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

  /external/skia/src/effects/
SkGpuBlurUtils.cpp 172 SkIRect clearRect;
306 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
308 srcDrawContext->clear(&clearRect, 0x0, false);
339 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
341 srcDrawContext->clear(&clearRect, 0x0, false);
366 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
368 srcDrawContext->clear(&clearRect, 0x0, false);
369 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
371 srcDrawContext->clear(&clearRect, 0x0, false);
SkMorphologyImageFilter.cpp 570 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom,
575 dstDrawContext->clear(&clearRect, clearColor, false);
  /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/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.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 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
gwt-user.jar 

Completed in 428 milliseconds