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

Unified Diff: gm/tilemodes.cpp

Issue 23701006: Push sigma-based blur interface into our GMs/benches/tests/samplecode (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Cleaned up Created 7 years, 4 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: gm/tilemodes.cpp
===================================================================
--- gm/tilemodes.cpp (revision 11004)
+++ gm/tilemodes.cpp (working copy)
@@ -59,7 +59,7 @@
SkBlurDrawLooper fLooper;
public:
TilingGM(bool powerOfTwoSize)
- : fLooper(SkIntToScalar(1), SkIntToScalar(2), SkIntToScalar(2), 0x88000000)
+ : fLooper(0x88000000, SkFloatToScalar(1.07735f), SkIntToScalar(2), SkIntToScalar(2))
, fPowerOfTwoSize(powerOfTwoSize) {
}
« bench/BlurBench.cpp ('K') | « gm/texteffects.cpp ('k') | samplecode/SampleAll.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698