Searched defs:fillRect (Results 1 - 10 of 10) 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/
H A DRegionTracker.cpp224 void RegionTracker::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap) argument
234 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
240 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
H A DGraphicsContext.cpp714 fillRect(rect.rect(), shadowColor);
1065 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor);
1344 void GraphicsContext::fillRect(const FloatRect& rect) function in class:blink::GraphicsContext
1354 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color) function in class:blink::GraphicsContext
1411 fillRect(rect, color);
1711 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, CompositeOperator op) function in class:blink::GraphicsContext
1718 fillRect(rect, color);
1730 fillRect(rect.rect(), color);
/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.cpp1271 void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height) function in class:blink::CanvasRenderingContext2D
1294 c->fillRect(rect);
1301 c->fillRect(rect);
1306 c->fillRect(rect);
1630 context->fillRect(rect);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp337 context->fillRect(border.rect(), bgColor);
341 context->fillRect(pixelSnappedIntRect(rect), bgColor);
443 context->fillRect(backgroundRect, bgColor, context->compositeOperation());
549 paintInfo.context->fillRect(pixelSnappedIntRect(paintRect), Color::black);
571 context->fillRect(backgroundRect, baseColor, operation);
573 context->fillRect(backgroundRect, bgColor, operation);
1874 FloatRect fillRect = border.rect(); local
1875 fillRect.inflate(shadowSpread);
1876 if (fillRect.isEmpty())
1934 context->fillRect(fillRec
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 491 milliseconds