index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRegion.cpp
Commit message (
Expand
)
Author
Age
*
fix crasher in path-->region
Mike Reed
2018-02-27
*
detect if the computed rgn bounds is too big
Mike Reed
2018-01-16
*
use 64bit math to compute is a rect is empty
Mike Reed
2018-01-09
*
Enable conditional-uninitialized flag
Kevin Lubick
2018-01-05
*
SkRegion: validate_run() checks for overflow
Hal Canary
2017-12-20
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
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
*
make SkRBuffer always validate
Mike Reed
2017-01-08
*
remove sprintf
caryclark
2016-10-06
*
Detect an invalid intervalCount in SkRegion during deserialiation.
senorblanco
2016-05-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
stray malloc/free -> sk_malloc/sk_free
mtklein
2015-08-26
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
Clean up Skia for Clang's -Wtautological-undefined-compare
Mike Klein
2014-06-07
*
fix size_t/int warnings
commit-bot@chromium.org
2014-04-23
*
Adding error checks to SkRBuffer
commit-bot@chromium.org
2013-11-08
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-11-06
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Add stdio include for Android specific code in SkRegion.
bungeman@google.com
2013-10-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-18
*
Add getRectCount to SkRegtion
commit-bot@chromium.org
2013-07-17
*
Unreviewed build fix.
sugoi@google.com
2013-03-11
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
optimize region::intersect when one wholly contains the other
reed@google.com
2013-01-31
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
Remove method calls on invalid "this" pointer.
bungeman@google.com
2013-01-24
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
fix warnings on Mac in src/core
caryclark@google.com
2012-06-06
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
restore extra slot in sentinal array that was removed in 3825. This extra value
reed@google.com
2012-05-03
*
store x-interval-count per scanline, so we can skip lines in O(1)
reed@google.com
2012-05-02
*
record yspancount and intervalcount in regions
reed@google.com
2012-05-01
*
just coding style fixes, no logic change
reed@google.com
2012-04-30
[next]