inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jan 2012 17:09:45 +0000 (17:09 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jan 2012 17:09:45 +0000 (17:09 +0000)
commit5546ef2dd9edad601383b85907f677118f857332
tree9ba876bd661d1ff71c25a6491a80b3f21d875113
parent9efd9a048aebaa6681afb76b18e1a7dd642078d3
inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid
crash/assert when our run-array is larger than int16_t. Better fix may be to
"tile" the drawing, so we never see a clip that's too wide, and perhaps this
technique can help us avoid disabling AA for large parths (not sure tho).

git-svn-id: http://skia.googlecode.com/svn/trunk@3104 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkScan_AntiPath.cpp
tests/ClipCubicTest.cpp