Searched refs:fillRect (Results 1 - 25 of 96) sorted by relevance

1234

/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_back_as_white.js11 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
H A Dbouncing_balls_draw_back_as_gradient.js14 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
H A Dbouncing_balls_draw_ball_as_rect.js16 canvasContext.fillRect(-ballRadius, -ballRadius, ballDiameter, ballDiameter);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp54 context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0));
60 context->fillRect(thumbRect, Color::darkGray);
H A DScrollbarThemeNonMacCommon.cpp121 context->fillRect(tickRect);
125 context->fillRect(tickStroke);
H A DScrollbarThemeMacCommon.mm127 context->fillRect(tickRect);
146 context->fillRect(intersection(horizontalOverhangRect, dirtyRect));
148 context->fillRect(intersection(verticalOverhangRect, dirtyRect));
215 context->fillRect(intersection(shadowRect, dirtyRect));
225 context->fillRect(intersection(shadowRect, dirtyRect));
243 context->fillRect(intersection(shadowRect, dirtyRect));
253 context->fillRect(intersection(shadowRect, dirtyRect));
262 context->fillRect(FloatRect(shadowCornerOrigin.x() + shadowCornerOffset.x(), shadowCornerOrigin.y() + shadowCornerOffset.y(), kShadowSize, kShadowSize));
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dsample.js9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
H A Dspeed.js9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
H A Dpath.js21 context.fillRect(context.width/2, context.height/2, 20, 20);
H A Dsnow.js35 ctx.fillRect(0, 0, W-1, H-1);
/external/skia/experimental/SkV8Example/
H A Dsample.js9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
H A Dspeed.js9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
H A Dpath.js21 context.fillRect(context.width/2, context.height/2, 20, 20);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfast_rect_renderer.js13 * we never issue a canvas fillRect for them. It turns out Javascript can
59 * Changes the y position and height for subsequent fillRect
60 * calls. x and width are specifieid on the fillRect calls.
75 fillRect: function(x, w, colorId) {
93 this.ctx_.fillRect(x, this.y_, w, this.h_);
98 * Commits any pending fillRect operations to the underlying graphics
104 this.ctx_.fillRect(this.mergeStartX_, this.y_,
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
H A Dbackground.js58 context.fillRect(startx % 19, starty % 19, 8, 8);
60 context.fillRect((startx + 5) % 19, (starty + 5) % 19, 8, 8);
62 context.fillRect((startx + 10) % 19, (starty + 10) % 19, 8, 8);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp82 context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver);
86 context.fillRect(FloatRect(10, 10, 90, 90), alpha, CompositeSourceOver);
90 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositePlusLighter);
94 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn);
98 context.fillRect(FloatRect(99, 13, 10, 90), alpha, CompositeSourceIn);
102 context.fillRect(FloatRect(8, 8, 3, 90), opaque, CompositeSourceOut);
106 context.fillRect(FloatRect(30, 30, 290, 290), opaque, CompositeSourceOver);
110 context.fillRect(FloatRect(40, 20, 290, 50), opaque, CompositeSourceOver);
114 context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn);
118 context.fillRect(FloatRec
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DViewPainter.cpp27 paintInfo.context->fillRect(paintInfo.rect, m_renderView.frameView()->baseBackgroundColor());
78 paintInfo.context->fillRect(paintInfo.rect, baseColor);
/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
H A DClipSprite.java66 graphics.fillRect(0, 0, clip.width, clip.height);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEFlood.cpp82 resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color);
H A DSourceAlpha.cpp67 filterContext->fillRect(imageRect, Color::black);
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc49 SkRect fillRect = SkRect::MakeXYWH(SkIntToScalar(25), SkIntToScalar(25), local
57 canvas.drawRect(fillRect, red_paint);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineEventOverview.js83 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight);
144 this._context.fillRect(0, 0, width, WebInspector.TimelineEventOverview._stripGradientHeight);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dloupe.js105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height);
131 targetContext.fillRect(
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRect.cpp96 context->fillRect(m_fillBoundingBox);

Completed in 401 milliseconds

1234