/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContextTest.cpp | 82 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 …]
|
D | OpaqueRectTrackingContentLayerDelegateTest.cpp | 69 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/ |
D | fast_rect_renderer.js | 75 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/ |
D | background.js | 58 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/ |
D | ScrollbarThemeMock.cpp | 54 context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0)); in paintTrackBackground() 60 context->fillRect(thumbRect, Color::darkGray); in paintThumb()
|
D | ScrollbarThemeMacCommon.mm | 128 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(…
|
D | ScrollbarThemeNonMacCommon.cpp | 121 context->fillRect(tickRect); in paintTickmarks() 125 context->fillRect(tickStroke); in paintTickmarks()
|
/external/proguard/src/proguard/gui/splash/ |
D | BufferedSprite.java | 117 … 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/ |
D | RenderFrameSet.cpp | 88 …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/ |
D | skia_benchmarking_extension_unittest.cc | 49 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/ |
D | bouncing_balls_draw_back_as_white.js | 11 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
|
D | bouncing_balls_draw_back_as_gradient.js | 14 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
|
D | bouncing_balls_draw_ball_as_rect.js | 16 canvasContext.fillRect(-ballRadius, -ballRadius, ballDiameter, ballDiameter);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
D | image_util.js | 297 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/ |
D | image_util.js | 297 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/ |
D | sample.js | 9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
|
D | speed.js | 9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | sample.js | 9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
|
D | speed.js | 9 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/ |
D | loupe.js | 105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height); 131 targetContext.fillRect(
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineEventOverview.js | 83 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight); 144 … this._context.fillRect(0, 0, width, WebInspector.TimelineEventOverview._stripGradientHeight);
|
D | TimelineFrameOverview.js | 98 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/ |
D | client_renderer.js | 300 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/ |
D | password_generation_popup_view_cocoa.mm | 114 [NSBezierPath fillRect:highlightBounds]; 119 [NSBezierPath fillRect:[self helpBounds]]; 123 [NSBezierPath fillRect:[self dividerBounds]];
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | power.js | 83 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);
|