If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 13 Jan 2011 18:30:42 +0000 (18:30 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 13 Jan 2011 18:30:42 +0000 (18:30 +0000)
commita76de3d1a92134c3e95ad7fce99234f92fa48268
treec597c62c5daaf56b81a5f69819a528a9e5e8a1da
parentd3b13bd5af686278a6d2586a5d6304cb9fba70b7
If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps
whose dimensions exceed 32K. In my testing, this is fine, but I'm coding this
as an opt-in feature for now, to allow for more testing before its enabled
by default.

git-svn-id: http://skia.googlecode.com/svn/trunk@693 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkCanvas.cpp
src/core/SkDraw.cpp