Searched defs:fillRect (Results 1 - 9 of 9) sorted by relevance

/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/platform/graphics/skia/
H A DOpaqueRegionSkia.cpp200 void OpaqueRegionSkia::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap) argument
211 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
217 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, function
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
/external/skia/src/images/
H A DSkMovie_gif.cpp199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, function
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java434 public void fillRect(int x, int y, int width, int height) method in class:OverrideGraphics2D
436 graphics.fillRect(x, y, width, height);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1252 void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1275 c->fillRect(rect);
1282 c->fillRect(rect);
1287 c->fillRect(rect);
1609 context->fillRect(rect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp636 fillRect(rect.rect(), shadowColor);
984 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor);
1186 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
1196 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color) function in class:WebCore::GraphicsContext
1250 fillRect(rect, color);
1539 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, CompositeOperator op) function in class:WebCore::GraphicsContext
1546 fillRect(rect, color);
1558 fillRect(rect.rect(), color);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp583 context->fillRect(border.rect(), bgColor);
587 context->fillRect(pixelSnappedIntRect(rect), bgColor);
720 context->fillRect(backgroundRect, baseColor, operation);
722 context->fillRect(backgroundRect, bgColor, operation);
727 context->fillRect(backgroundRect, bgColor, context->compositeOperation());
2522 FloatRect fillRect = border.rect(); local
2523 fillRect.inflate(shadowSpread);
2524 if (fillRect.isEmpty())
2582 context->fillRect(fillRect, Colo
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...

Completed in 1594 milliseconds