aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCubicClipper.cpp
Commit message (Expand)AuthorAge
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* If a point is on a path edge, it's in the path, at least for all cases where ...Gravatar caryclark2015-12-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Format more consistently with the rest of Skia.Gravatar turk@google.com2009-03-04
* Unit test and bug fixes for cubic Bezier clipping.Gravatar turk@google.com2009-03-03
* Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...Gravatar turk@google.com2009-03-02