aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLineClipper.cpp
Commit message (Expand)AuthorAge
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* mirror of https://codereview.appspot.com/6188054/Gravatar reed@google.com2012-05-08
* we have to explicitly pin the results from sect_with_horizontal, since even withGravatar reed@google.com2012-04-17
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* increase intermediate precision when chopping lines. This avoids returning aGravatar reed@google.com2011-03-21
* add unittest for IntersectLine, used by hairlinesGravatar reed@android.com2009-11-30
* fix winding bug in lineclipperGravatar reed@android.com2009-11-23
* retool clipping in hairlines to catch huge coordinatesGravatar reed@android.com2009-11-19
* add lineclipper, and test caseGravatar reed@android.com2009-11-16