add SkDeviceLooper to handle larger-than-fixedpoint
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 27 Aug 2013 17:53:52 +0000 (17:53 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 27 Aug 2013 17:53:52 +0000 (17:53 +0000)
commit42cb6c0247894b631976fd361d46be9260b27c3b
treeabba47af695898fda020495d744aa0bfec73c39e
parent92e3f08c916cf8febb07d120afc63b8c33df1389
add SkDeviceLooper to handle larger-than-fixedpoint

BUG=

Review URL: https://codereview.chromium.org/23392006

git-svn-id: http://skia.googlecode.com/svn/trunk@10943 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/core.gypi
src/core/SkDeviceLooper.cpp [new file with mode: 0644]
src/core/SkDeviceLooper.h [new file with mode: 0644]
src/core/SkDraw.cpp
tests/DrawPathTest.cpp