/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMock.cpp | 53 context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0)); 59 context->fillRect(thumbRect, Color::darkGray);
|
ScrollbarThemeNonMacCommon.cpp | 121 context->fillRect(tickRect); 125 context->fillRect(tickStroke);
|
ScrollbarThemeMacCommon.mm | 130 context->fillRect(tickRect); 149 context->fillRect(intersection(horizontalOverhangRect, dirtyRect)); 151 context->fillRect(intersection(verticalOverhangRect, dirtyRect)); 218 context->fillRect(intersection(shadowRect, dirtyRect)); 228 context->fillRect(intersection(shadowRect, dirtyRect)); 246 context->fillRect(intersection(shadowRect, dirtyRect)); 256 context->fillRect(intersection(shadowRect, dirtyRect)); 265 context->fillRect(FloatRect(shadowCornerOrigin.x() + shadowCornerOffset.x(), shadowCornerOrigin.y() + shadowCornerOffset.y(), kShadowSize, kShadowSize));
|
ScrollbarThemeOverlay.cpp | 122 context->fillRect(thumbRect, m_color);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TransparencyWinTest.cpp | 273 src->context()->fillRect(fullRect, red); 276 src->context()->fillRect(rightHalf, green); 288 helper.context()->fillRect(inner, Color(0x7f000000)); 326 src->context()->fillRect(fullRect, white); 346 helper.context()->fillRect(bottomRight, green); 362 src->context()->fillRect(fullRect, white); 385 helper.context()->fillRect(greenRect, green); 390 helper.context()->fillRect(redRect, red); 425 src->context()->fillRect(fullRect, white); 443 src->context()->fillRect(blackRect, black) [all...] |
OpaqueRectTrackingContentLayerDelegateTest.cpp | 69 context.fillRect(top, opaque); 70 context.fillRect(bottom, opaque); 78 context.fillRect(contentRect, alpha); 91 context.fillRect(contentRect, alpha); 97 context.fillRect(fillOpaque, opaque);
|
GraphicsContextTest.cpp | 82 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(FloatRect(10, 10, 390, 50), alpha) [all...] |
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_back_as_gradient.js | 14 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
|
bouncing_balls_draw_back_as_white.js | 11 canvasContext.fillRect(0, 0, canvasWidth, canvasHeight);
|
bouncing_balls_draw_ball_as_rect.js | 16 canvasContext.fillRect(-ballRadius, -ballRadius, ballDiameter, ballDiameter);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtilsTest.java | 39 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 50 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 61 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 74 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 76 g.fillRect(25, 25, 50, 50); 91 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 93 g.fillRect(25, 25, 50, 50); 108 g.fillRect(0, 0, image.getWidth(), image.getHeight()); 110 g.fillRect(25, 25, 50, 50); 125 g.fillRect(0, 0, image.getWidth(), image.getHeight()) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
ColorTexture.java | 41 canvas.fillRect(x, y, w, h, mColor);
|
/external/proguard/src/proguard/gui/splash/ |
BufferedSprite.java | 117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); 123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
|
ClipSprite.java | 66 graphics.fillRect(0, 0, clip.width, clip.height);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestGraphics.java | 95 public void fillRect(int x1, int y1, int x2, int y2) { 96 mDrawn.add("fillRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")"); 100 public void fillRect(@NonNull Point p1, @NonNull Point p2) { 101 mDrawn.add("fillRect(" + p1 + "," + p2 + ")"); 105 public void fillRect(@NonNull Rect r) { 106 mDrawn.add("fillRect(" + rectToString(r) + ")");
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEFlood.cpp | 84 resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color);
|
SourceAlpha.cpp | 63 filterContext->fillRect(imageRect, Color::black);
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeControlWin.h | 142 void drawProgressBar(const SkIRect& fillRect);
|
/external/chromium_org/content/renderer/ |
skia_benchmarking_extension_unittest.cc | 49 SkRect fillRect = SkRect::MakeXYWH(SkIntToScalar(25), SkIntToScalar(25), 57 canvas.drawRect(fillRect, red_paint);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineEventOverview.js | 75 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight); 132 this._context.fillRect(0, 0, width, WebInspector.TimelineEventOverview._stripGradientHeight);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
loupe.js | 105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height); 131 targetContext.fillRect(
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TiledScreenNail.java | 161 canvas.fillRect(x, y, width, height, mPlaceholderColor); 181 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRect.cpp | 92 context->fillRect(m_fillBoundingBox);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFrameSet.cpp | 90 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor()); 95 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor()); 96 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor()); 109 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor()); 114 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor()); 115 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor());
|