aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkEdgeClipper.cpp
Commit message (Expand)AuthorAge
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* SkTypes: more into SkMacrosGravatar Hal Canary2018-06-12
* give up on big cubics (for now) and just draw a lineGravatar Mike Reed2017-01-27
* extend clipper for lines, for uniformity, and so curves can call itself with ...Gravatar Mike Reed2017-01-26
* re-chop if we fail on a big-bad-cubicGravatar reed2016-07-20
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* check bounds of each cubic segment against clipGravatar reed2015-12-17
* fix cubic clip in yGravatar caryclark2015-08-20
* subdivide path when side-clipping failsGravatar caryclark2015-08-20
* remove dead SK_SUPPORT_LEGACY_CUBIC_CHOPPER codeGravatar reed2015-05-05
* use pathops utils to improve precision of cubic chopping in scan converterGravatar reed2015-04-30
* cull edges that are to the right of the clipGravatar reed2015-02-09
* don't overclamp cubics (see skbug.com/1316)Gravatar reed@google.com2013-05-23
* need to clamp all of the cubic points after a chop, in case our finite precisionGravatar reed@google.com2013-05-08
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* Place fix in r7278 behind compile flagGravatar robertphillips@google.com2013-01-21
* increase iteration count from 16 to 24, when computing cubic-line intersection.Gravatar reed@google.com2013-01-18
* Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/BottomGravatar reed@google.com2013-01-15
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix clamping when we chop a cubicGravatar reed@google.com2012-04-16
* pin the edge points to the clip, rather than just calling clamp_ge/le in theGravatar reed@google.com2012-04-13
* improve clamping logic when handling imprecise chopping of cubicsGravatar reed@google.com2012-01-11
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* handle NaN in curve choppers and edgeclipperGravatar reed@android.com2010-03-08
* add unittest for IntersectLine, used by hairlinesGravatar reed@android.com2009-11-30
* fix index-out-of-range constantGravatar reed@android.com2009-11-19
* return early if we hit overflow when chopping on the left (i.e. the entireGravatar reed@android.com2009-11-19
* new scanconversion techniqueGravatar reed@android.com2009-11-18