aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLineClipper.cpp
Commit message (Expand)AuthorAge
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* harden line clipper against slight numerical drift.Gravatar Mike Reed2018-03-09
* move private test for sect_with_horizontal into unittestsGravatar reed2016-08-17
* use fast/inline SkRect::set(p0, p1) for 2 pointsGravatar reed2015-04-12
* cull edges that are to the right of the clipGravatar reed2015-02-09
* Faster edge re-sortGravatar reed2015-02-07
* Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h...Gravatar reed2015-02-06
* Faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h...Gravatar reed2015-02-06
* faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* 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