Searched refs:clearRect (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.h55 PartialDraw(SkCanvas* canvas, const SkRect& clearRect, const SkMatrix& initialCTM) argument
56 : INHERITED(canvas, &initialCTM), fClearRect(clearRect) {}
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp424 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight()); local
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()); local
471 if (!de::inBounds(y, clearRect.y(), clearRect
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp427 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight()); local
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()); local
474 if (!de::inBounds(y, clearRect.y(), clearRect
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp156 SkIRect clearRect; local
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);
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp133 SkIRect clearRect; local
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);
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
H A Dbackground.js56 context.clearRect(0, 0, canvas.width, canvas.height);
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_ball_as_canvas_sprite.js16 ctx.clearRect(0,0, ballDiameter*spriteMapSize + 2, ballDiameter + 2);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup_portal.js154 ctx.clearRect(0, 0, canvas.width, canvas.height);
159 ctx.clearRect(0, 0, canvas.width, canvas.height);
H A Dmobile_setup.js318 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DViewPainter.cpp81 paintInfo.context->clearRect(paintInfo.rect);
/external/chromium_org/extensions/renderer/resources/
H A Dimage_util.js39 canvas_context.clearRect(0, 0, canvas.width, canvas.height);
H A Dset_icon.js19 canvas_context.clearRect(0, 0, canvas.width, canvas.height);
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Ddrawing_container.js59 this.ctx_.clearRect(0, 0, this.canvas_.width, this.canvas_.height);
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Ddiff_viewer.js115 ctx.clearRect(magRect.x, magRect.y, magRect.width, magRect.height);
131 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js115 ctx.clearRect(magRect.x, magRect.y, magRect.width, magRect.height);
131 ctx.clearRect(0, 0, canvas.width, canvas.height);
/external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
H A Dpaper-ripple-extracted.js245 ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);
330 ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);
H A Draw-extracted.js196 ctx.clearRect(0, 0, elem.width, elem.height);
267 ctx.clearRect(0, 0, elem.width, elem.height);
/external/chromium_org/third_party/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/bench/
H A DGameBench.cpp126 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; variable
160 canvas->drawRect(clearRect, clearPaint);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_visualizer.js168 ctx.clearRect(0, 0, LOG_VISUALIZER_CANVAS_WIDTH,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp143 context.clearRect(FloatRect(10, 10, 90, 90));
153 context.clearRect(FloatRect(10, 10, 90, 90));
162 context.clearRect(FloatRect(10, 10, 90, 90));
172 context.clearRect(FloatRect(10, 10, 90, 90));
184 context.clearRect(FloatRect(10, 10, 90, 90));
196 context.clearRect(FloatRect(10, 10, 90, 90));
903 context.clearRect(FloatRect(20, 20, 10, 10));
913 context.clearRect(FloatRect(20, 20, 10, 10));
H A DRecordingImageBufferSurfaceTest.cpp188 m_imageBuffer->context()->clearRect(FloatRect(FloatPoint(0, 0), FloatSize(m_testSurface->size())));
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dv.js273 this.ctx.clearRect(0, 0, this.width, this.height);
354 this.ctx.clearRect(0, 0, this.width, this.height);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
H A Dbackground.js236 canvasContext.clearRect(0, 0, canvas.width, canvas.height);
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js157 ctx.clearRect(0, 0, this.canvas_.width, this.canvas_.height);

Completed in 7109 milliseconds

12