/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 427 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local 430 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference() 433 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference() 471 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local 474 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference() 477 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 424 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local 427 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference() 430 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference() 468 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local 471 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w())) in renderReference() 474 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++) in renderReference()
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 172 SkIRect clearRect; in GaussianBlur() local 306 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in GaussianBlur() 308 srcDrawContext->clear(&clearRect, 0x0, false); in GaussianBlur() 339 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in GaussianBlur() 341 srcDrawContext->clear(&clearRect, 0x0, false); in GaussianBlur() 366 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom, in GaussianBlur() 368 srcDrawContext->clear(&clearRect, 0x0, false); in GaussianBlur() 369 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop, in GaussianBlur() 371 srcDrawContext->clear(&clearRect, 0x0, false); in GaussianBlur()
|
D | SkMorphologyImageFilter.cpp | 570 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local 575 dstDrawContext->clear(&clearRect, clearColor, false); in apply_morphology()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | color-handler.js | 33 context.clearRect(0, 0, 1, 1);
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 909 VkClearRect clearRect; in onClear() local 910 clearRect.rect.offset = { rect.fLeft, rect.fTop }; in onClear() 911 clearRect.rect.extent = { (uint32_t)rect.width(), (uint32_t)rect.height() }; in onClear() 912 clearRect.baseArrayLayer = 0; in onClear() 913 clearRect.layerCount = 1; in onClear() 929 fCurrentCmdBuffer->clearAttachments(this, 1, &attachment, 1, &clearRect); in onClear()
|
/external/skia/bench/ |
D | GameBench.cpp | 126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local 160 canvas->drawRect(clearRect, clearPaint); in onDraw()
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 273 this.ctx.clearRect(0, 0, this.width, this.height); 354 this.ctx.clearRect(0, 0, this.width, this.height);
|
/external/chromium-trace/catapult/experimental/heatmap/ |
D | draw.js | 9 this.context.clearRect(0, 0, this.w, this.h);
|
D | renderer.js | 93 this.context.clearRect(0, 0, this.w, this.h);
|
/external/skia/experimental/docs/ |
D | canvasBackend.js | 20 ctx.clearRect(0, 0, canvas.width, canvas.height);
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 239 public void clearRect(int x, int y, int width, int height) in clearRect() method in OverrideGraphics2D 241 graphics.clearRect(x, y, width, height); in clearRect()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | excanvas.js | 183 el.getContext().clearRect(); 189 el.getContext().clearRect(); 610 contextPrototype.clearRect = function() { function
|
D | excanvas.min.js | 1 …clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth…
|
D | jquery.flot.pie.min.js | 7 …Legend){plot.setSeries(slices);plot.insertLegend()}function clear(){ctx.clearRect(0,0,canvasWidth,…
|
D | jquery.flot.pie.js | 339 ctx.clearRect(0, 0, canvasWidth, canvasHeight);
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 319 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h); 322 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 473 g.clearRect(offset - 5, 0, strwidth + 10, fontheight); in paint()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
D | Pixmap.java | 236 context.clearRect(0, 0, getWidth(), getHeight()); in fill()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 521 g.clearRect(0, 0, mySize.width, mySize.height); in paint2()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 2087 const VkClearRect clearRect = in renderPassContinueTest() local 2095 vkd.cmdClearAttachments(secondaryCommandBuffer, 1, &clearAttachment, 1, &clearRect); in renderPassContinueTest()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …==e.fillStyle){e.fillRect(0,0,1,1);var c=e.getImageData(0,0,1,1).data;e.clearRect(0,0,1,1);var d=c…
|
D | web-animations.min.js | 15 …==e.fillStyle){e.fillRect(0,0,1,1);var c=e.getImageData(0,0,1,1).data;e.clearRect(0,0,1,1);var d=c…
|
D | web-animations-next.min.js | 15 …==e.fillStyle){e.fillRect(0,0,1,1);var c=e.getImageData(0,0,1,1).data;e.clearRect(0,0,1,1);var d=c…
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 29 …tore(),r.save(),r.scale(i,i)},n.prototype.clear=function(){this.context.clearRect(0,0,this.width,t…
|