index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RegionTest.cpp
Commit message (
Expand
)
Author
Age
*
flush to zero tiny radii
Mike Reed
2018-06-22
*
add test for wacky conic edges (disabled for now)
Mike Reed
2018-06-21
*
reduce clip-limit for scan converter to avoid quad-edge overflow
Mike Reed
2018-05-23
*
fix crasher in path-->region
Mike Reed
2018-02-27
*
detect if the computed rgn bounds is too big
Mike Reed
2018-01-16
*
Revert "Revert "SkRegion: more robust validation""
Hal Canary
2017-06-22
*
Revert "SkRegion: more robust validation"
Hal Canary
2017-06-21
*
SkRegion: more robust validation
Hal Canary
2017-06-21
*
SkRegion: change serialization unit tests, better validation code
Hal Canary
2017-02-22
*
SkRegion deserialization more robust
Hal Canary
2017-02-18
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Add test for SkRegion::writeToMemory.
scroggo
2015-06-18
*
Handle paths that do not report empty, but have no edges.
reed
2015-03-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
fix SkRegion::intersects(rect) where the part of the rgn that we intersect is
reed@google.com
2012-11-07
*
fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s...
mike@reedtribe.org
2012-11-07
*
add SkRegion tests, inspired by http://code.google.com/p/skia/issues/detail?i...
mike@reedtribe.org
2012-11-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
add more tests for rgn::intersects(rect)
reed@google.com
2012-05-02
*
add more tests around contains for rects and regions
reed@google.com
2012-05-02
*
add tests for how empty regions should behave in intersects() and contains()
reed@google.com
2012-04-30
*
add test for contains and intersects, in advance of optimization work
mike@reedtribe.org
2012-04-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add SkRegion::setRects(), and its unit tests
reed@android.com
2010-07-13