Home
last modified time | relevance | path

Searched refs:clearRect (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp427 …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/
Des2fDepthStencilClearTests.cpp424 …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/
DSkGpuBlurUtils.cpp172 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()
DSkMorphologyImageFilter.cpp570 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/
Dcolor-handler.js33 context.clearRect(0, 0, 1, 1);
/external/skia/src/gpu/vk/
DGrVkGpu.cpp909 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/
DGameBench.cpp126 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/
Dv.js273 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/
Ddraw.js9 this.context.clearRect(0, 0, this.w, this.h);
Drenderer.js93 this.context.clearRect(0, 0, this.w, this.h);
/external/skia/experimental/docs/
DcanvasBackend.js20 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java239 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/
Dexcanvas.js183 el.getContext().clearRect();
189 el.getContext().clearRect();
610 contextPrototype.clearRect = function() { function
Dexcanvas.min.js1clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth…
Djquery.flot.pie.min.js7 …Legend){plot.setSeries(slices);plot.insertLegend()}function clear(){ctx.clearRect(0,0,canvasWidth,…
Djquery.flot.pie.js339 ctx.clearRect(0, 0, canvasWidth, canvasHeight);
/external/libvncserver/webclients/novnc/include/
Ddisplay.js319 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/
DHolidayBorderPanel.java473 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/
DPixmap.java236 context.clearRect(0, 0, getWidth(), getHeight()); in fill()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java521 g.clearRect(0, 0, mySize.width, mySize.height); in paint2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2087 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/
Dweb-animations-next-lite.min.js15 …==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…
Dweb-animations.min.js15 …==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…
Dweb-animations-next.min.js15 …==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/
Djquery.flot.min.js29 …tore(),r.save(),r.scale(i,i)},n.prototype.clear=function(){this.context.clearRect(0,0,this.width,t…

12