aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRegion.h
Commit message (Expand)AuthorAge
* alternative no anonymous enumsGravatar Cary Clark2018-04-26
* fix crasher in path-->regionGravatar Mike Reed2018-02-27
* use 64bit math to compute is a rect is emptyGravatar Mike Reed2018-01-09
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* SkRegion deserialization more robustGravatar Hal Canary2017-02-18
* inline very common intersect+rect_rgnGravatar reed2016-06-30
* Remove useless SkASSERT in SkRect.h and SkRegion.hGravatar dongseong.hwang2015-04-28
* Add dump() to SkClipStack to help with debugging.Gravatar bsalomon2014-06-09
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar commit-bot@chromium.org2013-11-05
* Revert "Checking structure sizes before reading them from memory to avoid ove...Gravatar reed@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...Gravatar epoger@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* Add getRectCount to SkRegtionGravatar commit-bot@chromium.org2013-07-17
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Make SkRegion::operator== a member function, rather than a privately-declaredGravatar reed@google.com2012-01-25
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Initialize fClip in SkBounder, in case doIRect() is called before it is usedGravatar reed@google.com2011-03-23
* change operator== to return bool instead of intGravatar reed@google.com2011-03-18
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* grab from latest androidGravatar reed@android.com2008-12-17