aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLineClipper.cpp
Commit message (Expand)AuthorAge
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* 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