Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Aug 2012 14:55:45 +0000 (14:55 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Aug 2012 14:55:45 +0000 (14:55 +0000)
commit54ad851361c55466f1e4950585afc2aa6cf173c5
tree00fae496a67e0691be6f3ae8f9a6a570c3e497f0
parentc8d640b1788822a8697816b645c327383a1d1f20
Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat cubics early.

Review URL: http://codereview.appspot.com/6448100/

THIS WILL REQUIRE REBASELINING OF CONVEXPATHS GM.

git-svn-id: http://skia.googlecode.com/svn/trunk@4917 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/convexpaths.cpp
src/gpu/GrPathUtils.cpp