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
*
give up on big cubics (for now) and just draw a line
Mike Reed
2017-01-27
*
extend clipper for lines, for uniformity, and so curves can call itself with ...
Mike Reed
2017-01-26
*
re-chop if we fail on a big-bad-cubic
reed
2016-07-20
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
check bounds of each cubic segment against clip
reed
2015-12-17
*
fix cubic clip in y
caryclark
2015-08-20
*
subdivide path when side-clipping fails
caryclark
2015-08-20
*
remove dead SK_SUPPORT_LEGACY_CUBIC_CHOPPER code
reed
2015-05-05
*
use pathops utils to improve precision of cubic chopping in scan converter
reed
2015-04-30
*
cull edges that are to the right of the clip
reed
2015-02-09
*
don't overclamp cubics (see skbug.com/1316)
reed@google.com
2013-05-23
*
need to clamp all of the cubic points after a chop, in case our finite precision
reed@google.com
2013-05-08
*
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