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

Unified Diff: include/core/SkPaint.h

Issue 17381008: More general version of image filtering; reworked to be robust and easier to SSE (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index caa2030e6fd3b1164b159c43ef201f21e6ea33fc..b79ef64ec7693a8c7c14e7fd1184eae9329665c2 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -108,7 +108,7 @@ public:
kAutoHinting_Flag = 0x800, //!< mask to force Freetype's autohinter
kVerticalText_Flag = 0x1000,
kGenA8FromLCD_Flag = 0x2000, // hack for GDI -- do not use if you can help it
- kBicubicFilterBitmap_Flag = 0x4000, // temporary flag
+ kHighQualityFilterBitmap_Flag = 0x4000, // temporary flag
reed1 2013/06/18 20:21:21 Lets skip this change, or at most make it an alias
humper 2013/06/19 20:49:26 Done.
// when adding extra flags, note that the fFlags member is specified
// with a bit-width and you'll have to expand it.
« no previous file with comments | « gyp/opts.gyp ('k') | src/core/SkBitmapFilter.h » ('j') | src/core/SkBitmapFilter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698