From 7c7292c6071898d73dc935c3b66b9816183806f0 Mon Sep 17 00:00:00 2001 From: "humper@google.com" Date: Fri, 4 Jan 2013 20:29:03 +0000 Subject: Added a new function to directly generate a blurred rectangle analytically. Added two new microbenchmarks to demonstrate speedup over existing BlurSeparable approach. Added new GM tests for blurred rectangles. Review URL: https://codereview.appspot.com/7037050 git-svn-id: http://skia.googlecode.com/svn/trunk@7034 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/BitmapRectBench.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'bench/BitmapRectBench.cpp') diff --git a/bench/BitmapRectBench.cpp b/bench/BitmapRectBench.cpp index 4391626d89..f2f9e4c395 100644 --- a/bench/BitmapRectBench.cpp +++ b/bench/BitmapRectBench.cpp @@ -70,7 +70,6 @@ protected: } virtual void onDraw(SkCanvas* canvas) { - SkIPoint dim = this->getSize(); SkRandom rand; SkPaint paint; -- cgit v1.2.3