Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 25 of 107) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextTest.cpp82 context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); in TEST()
86 context.fillRect(FloatRect(10, 10, 90, 90), alpha, CompositeSourceOver); in TEST()
90 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositePlusLighter); in TEST()
94 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn); in TEST()
98 context.fillRect(FloatRect(99, 13, 10, 90), alpha, CompositeSourceIn); in TEST()
102 context.fillRect(FloatRect(8, 8, 3, 90), opaque, CompositeSourceOut); in TEST()
106 context.fillRect(FloatRect(30, 30, 290, 290), opaque, CompositeSourceOver); in TEST()
110 context.fillRect(FloatRect(40, 20, 290, 50), opaque, CompositeSourceOver); in TEST()
114 context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn); in TEST()
118 context.fillRect(FloatRect(10, 10, 390, 50), alpha); in TEST()
[all …]
DOpaqueRectTrackingContentLayerDelegateTest.cpp69 context.fillRect(top, opaque); in operator ()()
70 context.fillRect(bottom, opaque); in operator ()()
78 context.fillRect(contentRect, alpha); in operator ()()
91 context.fillRect(contentRect, alpha); in operator ()()
97 context.fillRect(fillOpaque, opaque); in operator ()()
/external/chromium-trace/trace-viewer/src/tracing/
Dfast_rect_renderer.js75 fillRect: function(x, w, colorId) { method in FastRectRenderer
93 this.ctx_.fillRect(x, this.y_, w, this.h_);
104 this.ctx_.fillRect(this.mergeStartX_, this.y_,
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
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/scroll/
DScrollbarThemeMock.cpp54 context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0)); in paintTrackBackground()
60 context->fillRect(thumbRect, Color::darkGray); in paintThumb()
DScrollbarThemeMacCommon.mm128 context->fillRect(tickRect);
147 context->fillRect(intersection(horizontalOverhangRect, dirtyRect));
149 context->fillRect(intersection(verticalOverhangRect, dirtyRect));
216 context->fillRect(intersection(shadowRect, dirtyRect));
226 context->fillRect(intersection(shadowRect, dirtyRect));
244 context->fillRect(intersection(shadowRect, dirtyRect));
254 context->fillRect(intersection(shadowRect, dirtyRect));
263 …context->fillRect(FloatRect(shadowCornerOrigin.x() + shadowCornerOffset.x(), shadowCornerOrigin.y(…
DScrollbarThemeNonMacCommon.cpp121 context->fillRect(tickRect); in paintTickmarks()
125 context->fillRect(tickStroke); in paintTickmarks()
/external/proguard/src/proguard/gui/splash/
DBufferedSprite.java117 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
123 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFrameSet.cpp88 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintColumnBorder()
93 … context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor()); in paintColumnBorder()
94 …context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), … in paintColumnBorder()
107 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftCol… in paintRowBorder()
112 … context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor()); in paintRowBorder()
113 …context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), b… in paintRowBorder()
/external/chromium_org/content/renderer/
Dskia_benchmarking_extension_unittest.cc49 SkRect fillRect = SkRect::MakeXYWH(SkIntToScalar(25), SkIntToScalar(25), in TEST() local
57 canvas.drawRect(fillRect, red_paint); in TEST()
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
Dbouncing_balls_draw_back_as_white.js11 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
Dbouncing_balls_draw_back_as_gradient.js14 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
Dbouncing_balls_draw_ball_as_rect.js16 canvasContext.fillRect(-ballRadius, -ballRadius, ballDiameter, ballDiameter);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_util.js297 context.fillRect(rect.left, rect.top, rect.width, rect.height);
312 context.fillRect(
316 context.fillRect(
320 context.fillRect(
324 context.fillRect(
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_util.js297 context.fillRect(rect.left, rect.top, rect.width, rect.height);
312 context.fillRect(
316 context.fillRect(
320 context.fillRect(
324 context.fillRect(
/external/skia/experimental/SkV8Example/
Dsample.js9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
Dspeed.js9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
Dsample.js9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
Dspeed.js9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
Dloupe.js105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height);
131 targetContext.fillRect(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
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);
DTimelineFrameOverview.js98 this._context.fillRect(0, 0, this._canvas.width, this._topPadding);
221 this._context.fillRect(labelX - labelWidth, labelY, labelWidth, lineHeight);
261 this._context.fillRect(0, y, this._maxInnerBarWidth, Math.floor(height));
/external/chromium_org/content/browser/resources/media/
Dclient_renderer.js300 ctx.fillRect(0, 0, width, height);
308 ctx.fillRect(left, 0, middle - left, height);
310 ctx.fillRect(middle, 0, right - middle, height);
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dpassword_generation_popup_view_cocoa.mm114 [NSBezierPath fillRect:highlightBounds];
119 [NSBezierPath fillRect:[self helpBounds]];
123 [NSBezierPath fillRect:[self dividerBounds]];
/external/chromium_org/chrome/browser/resources/chromeos/
Dpower.js83 ctx.fillRect(x, y - textHeight, getTextWidth(ctx, text), textHeight);
160 legendCtx.fillRect(xLoc, yLoc, legendSquareSide, legendSquareSide);
267 plotCtx.fillRect(xPos - linePlotEndMarkerWidth,
278 plotCtx.fillRect(xPos - linePlotEndMarkerWidth,
296 plotCtx.fillRect(xLeft + 1, yOrigin, xRight - xLeft - 2, height - 1);
344 plotCtx.fillRect(x - 2, yPos - 2, 4, 4);

12345