index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkLineClipper.cpp
Commit message (
Expand
)
Author
Age
*
move private test for sect_with_horizontal into unittests
reed
2016-08-17
*
use fast/inline SkRect::set(p0, p1) for 2 points
reed
2015-04-12
*
cull edges that are to the right of the clip
reed
2015-02-09
*
Faster edge re-sort
reed
2015-02-07
*
Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h...
reed
2015-02-06
*
Faster edge re-sort, drop trailing edges
reed
2015-02-06
*
Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h...
reed
2015-02-06
*
faster edge re-sort, drop trailing edges
reed
2015-02-06
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed some fixed point build Windows compiler complaints
robertphillips@google.com
2012-05-08
*
mirror of https://codereview.appspot.com/6188054/
reed@google.com
2012-05-08
*
we have to explicitly pin the results from sect_with_horizontal, since even with
reed@google.com
2012-04-17
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
increase intermediate precision when chopping lines. This avoids returning a
reed@google.com
2011-03-21
*
add unittest for IntersectLine, used by hairlines
reed@android.com
2009-11-30
*
fix winding bug in lineclipper
reed@android.com
2009-11-23
*
retool clipping in hairlines to catch huge coordinates
reed@android.com
2009-11-19
*
add lineclipper, and test case
reed@android.com
2009-11-16