2011-10-30 17:47:43 -07:00
|
|
|
diff --git a/gfx/skia/src/core/SkScan_AntiPath.cpp b/gfx/skia/src/core/SkScan_AntiPath.cpp
|
|
|
|
--- a/gfx/skia/src/core/SkScan_AntiPath.cpp
|
|
|
|
+++ b/gfx/skia/src/core/SkScan_AntiPath.cpp
|
2012-01-18 20:48:35 -08:00
|
|
|
@@ -31,17 +31,17 @@
|
|
|
|
- supersampled coordinates, scale equal to the output * SCALE
|
2011-10-30 17:47:43 -07:00
|
|
|
|
|
|
|
NEW_AA is a set of code-changes to try to make both paths produce identical
|
|
|
|
results. Its not quite there yet, though the remaining differences may be
|
|
|
|
in the subsequent blits, and not in the different masks/runs...
|
|
|
|
*/
|
|
|
|
//#define FORCE_SUPERMASK
|
|
|
|
//#define FORCE_RLE
|
|
|
|
-//#define SK_SUPPORT_NEW_AA
|
|
|
|
+#define SK_SUPPORT_NEW_AA
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2012-01-18 20:48:35 -08:00
|
|
|
/// Base class for a single-pass supersampled blitter.
|
2011-10-30 17:47:43 -07:00
|
|
|
class BaseSuperBlitter : public SkBlitter {
|
|
|
|
public:
|
|
|
|
BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
|
|
|
|
const SkRegion& clip);
|