diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-14 12:21:17 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-14 12:21:17 +0000 |
commit | 77613a5038ee73afa1ba245effea05c1cc9db1d4 (patch) | |
tree | fcf589fa375ca1ed1a533f9aa975b553e02216fa /src | |
parent | 9faea3af2d7a9dc310a9f617cefe7a9486877ded (diff) |
enable fractionalint (64bit) math in bitmap procs
git-svn-id: http://skia.googlecode.com/svn/trunk@3381 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkBitmapProcState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h index 8d18526bc9..08c5cdeb80 100644 --- a/src/core/SkBitmapProcState.h +++ b/src/core/SkBitmapProcState.h @@ -13,7 +13,7 @@ #include "SkBitmap.h" #include "SkMatrix.h" -//#define FractionalInt_IS_64BIT +#define FractionalInt_IS_64BIT #ifdef FractionalInt_IS_64BIT typedef SkFixed48 SkFractionalInt; |