aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCubicClipper.cpp
Commit message (Collapse)AuthorAge
* Format more consistently with the rest of Skia.Gravatar turk@google.com2009-03-04
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@106 2bbb7eff-a529-9590-31e7-b0007b416f81
* Unit test and bug fixes for cubic Bezier clipping.Gravatar turk@google.com2009-03-03
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@102 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson ↵Gravatar turk@google.com2009-03-02
and Bisection are implemented, because it is not clear which one will yield the highest performance on a given platform. Bisection is turned on as the default. git-svn-id: http://skia.googlecode.com/svn/trunk@101 2bbb7eff-a529-9590-31e7-b0007b416f81