aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRegion.cpp
Commit message (Expand)AuthorAge
* Adding error checks to SkRBufferGravatar commit-bot@chromium.org2013-11-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-06
* 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 stdio include for Android specific code in SkRegion.Gravatar bungeman@google.com2013-10-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-18
* Add getRectCount to SkRegtionGravatar commit-bot@chromium.org2013-07-17
* Unreviewed build fix.Gravatar sugoi@google.com2013-03-11
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* optimize region::intersect when one wholly contains the otherGravatar reed@google.com2013-01-31
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Remove method calls on invalid "this" pointer.Gravatar bungeman@google.com2013-01-24
* fix SkRegion::intersects(rect) where the part of the rgn that we intersect isGravatar reed@google.com2012-11-07
* fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s...Gravatar mike@reedtribe.org2012-11-07
* 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
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* restore extra slot in sentinal array that was removed in 3825. This extra valueGravatar reed@google.com2012-05-03
* 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
* just coding style fixes, no logic changeGravatar reed@google.com2012-04-30
* 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
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* remove unused variable "inside", begin fixing coding styleGravatar reed@google.com2011-10-06
* 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
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* fix issue 99 -- unneeded assignment inside find_yGravatar reed@google.com2011-01-07
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* extend sentinel array to avoid reading uninitialized memoryGravatar reed@android.com2010-04-13
* Native client build fix.Gravatar agl@chromium.org2009-12-18
* grab from latest androidGravatar reed@android.com2008-12-17