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

Unified Diff: src/core/SkBitmapFilter.h

Issue 19013004: fix bug with awesome filtered images sometimes being slightly offset. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | src/core/SkBitmapFilter.cpp » ('j') | src/core/SkBitmapFilter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBitmapFilter.h
diff --git a/src/core/SkBitmapFilter.h b/src/core/SkBitmapFilter.h
index c6fee2c008bbc29b04a1eddeee3b777529f6ba51..82734200e1cdebcdb54f1e8b52a3b25989cf117a 100644
--- a/src/core/SkBitmapFilter.h
+++ b/src/core/SkBitmapFilter.h
@@ -16,7 +16,7 @@
// Used to precompute the shape of the filter kernel.
// Table size chosen from experiments to see where I could start to see a difference.
-#define SKBITMAP_FILTER_TABLE_SIZE 32
+#define SKBITMAP_FILTER_TABLE_SIZE 128
class SkBitmapFilter {
public:
« no previous file with comments | « no previous file | src/core/SkBitmapFilter.cpp » ('j') | src/core/SkBitmapFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698