Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: src/effects/SkBlurMask.h

Issue 248613004: Fast path for blurred round rects -- blur a small 9patch rect on the CPU (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/effects/SkBlurMask.h
diff --git a/src/effects/SkBlurMask.h b/src/effects/SkBlurMask.h
index eb67d4c9f8b04f9443123c9f3c10b3a9a9a39567..c894ff681159ab9cccc6be0b0b47461a37643706 100644
--- a/src/effects/SkBlurMask.h
+++ b/src/effects/SkBlurMask.h
@@ -42,7 +42,7 @@ public:
SkMask::kComputeBoundsAndRenderImage_CreateMode);
static bool BoxBlur(SkMask* dst, const SkMask& src,
SkScalar sigma, Style style, Quality quality,
- SkIPoint* margin = NULL);
+ SkIPoint* margin = NULL, bool force_quality=false);
bsalomon 2014/04/23 19:50:30 comment about force_quality? Also should be forceQ
humper 2014/04/23 20:11:49 Done.
// the "ground truth" blur does a gaussian convolution; it's slow
// but useful for comparison purposes.

Powered by Google App Engine
This is Rietveld 408576698