index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkEdgeClipper.cpp
Commit message (
Expand
)
Author
Age
*
remove obsolete build flags:
reed@google.com
2013-02-22
*
Place fix in r7278 behind compile flag
robertphillips@google.com
2013-01-21
*
increase iteration count from 16 to 24, when computing cubic-line intersection.
reed@google.com
2013-01-18
*
Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom
reed@google.com
2013-01-15
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
pin the edge points to the clip, rather than just calling clamp_ge/le in the
reed@google.com
2012-04-13
*
improve clamping logic when handling imprecise chopping of cubics
reed@google.com
2012-01-11
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
handle NaN in curve choppers and edgeclipper
reed@android.com
2010-03-08
*
add unittest for IntersectLine, used by hairlines
reed@android.com
2009-11-30
*
fix index-out-of-range constant
reed@android.com
2009-11-19
*
return early if we hit overflow when chopping on the left (i.e. the entire
reed@android.com
2009-11-19
*
new scanconversion technique
reed@android.com
2009-11-18