aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathOpsCubic.cpp
Commit message (Expand)AuthorAge
* ccpr: Normalize the cubic inflection function instead of its rootsGravatar Chris Dalton2018-04-16
* some fuzzer fixesGravatar Cary Clark2018-03-09
* fix pathops handling of tiny wrapback quads and cubicsGravatar Cary Clark2017-12-01
* Convert SkClassifyCubic to double precisionGravatar Chris Dalton2017-06-12
* Improve cubic KLM accuracyGravatar Chris Dalton2017-06-09
* Use more stable root finding methods for cubicsGravatar Christopher Dalton2017-06-06
* Improve accuracy of cubic classificationGravatar Chris Dalton2017-04-14
* simplify bugGravatar Cary Clark2016-12-08
* fix fuzzersGravatar caryclark2016-10-20
* fix cubic linear testGravatar caryclark2016-09-28
* limit number of searched rootsGravatar caryclark2016-07-22
* pathops coincidence and security rewriteGravatar caryclark2016-07-18
* pin before calling acosGravatar caryclark2016-05-27
* pathops: Split loop type cubics only when there is a self-intersection.Gravatar deanm2016-04-26
* remove unused fields from SkOpSegmentGravatar caryclark2015-09-04
* fix pathops fuzz failuresGravatar caryclark2015-08-18
* Path ops formerly found the topmost unprocessed edge and determined its angle...Gravatar caryclark2015-05-11
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* working on initial winding for cubicsGravatar caryclark2015-04-23
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* cumulative pathops patchGravatar caryclark2015-03-26
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...Gravatar reed2015-03-24
* pathops version twoGravatar caryclark2015-03-24
* When solving the cubic line intersection directly fails, use binary search as...Gravatar commit-bot@chromium.org2014-05-07
* fix minor skp-found bugsGravatar commit-bot@chromium.org2014-04-25
* Mike R: please sanity check SkPostConfig.hGravatar commit-bot@chromium.org2014-04-14
* path ops work in progressGravatar caryclark@google.com2013-10-02
* path ops work in progressGravatar caryclark@google.com2013-09-16
* turn off debugging printfsGravatar caryclark@google.com2013-07-23
* convert pathops to use SkSTArray where possible.Gravatar caryclark@google.com2013-06-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* path ops -- rewrite angle sortGravatar caryclark@google.com2013-06-04
* Add base types for path opsGravatar caryclark@google.com2013-04-08