aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRegion_path.cpp
Commit message (Expand)AuthorAge
* Remove SkFastMin32Gravatar Nigel Tao2018-07-30
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* fix overflow in rgnbuilderGravatar Mike Reed2018-03-16
* Ensure Y->X ordering when building a region from a pathGravatar Mike Reed2018-03-09
* handle paths with degenerate verbsGravatar Mike Reed2018-01-30
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Make SkBlitter hierarchy explicit about what needs to be implemented.Gravatar herb2016-06-10
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Handle paths that do not report empty, but have no edges.Gravatar reed2015-03-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Add SK_OVERRIDE to a few places that are missing it.Gravatar mtklein2014-12-15
* speed up rgn building by inlining memcmp for 32bit valuesGravatar reed2014-06-20
* Possibly uninitialized SkRgnBuilder fStorage.Gravatar commit-bot@chromium.org2013-12-30
* Revert "Revert of https://codereview.chromium.org/113823003/"Gravatar reed@google.com2013-12-30
* Revert of https://codereview.chromium.org/113823003/Gravatar commit-bot@chromium.org2013-12-30
* remove Sk64 from public API, and start to remove usage internallyGravatar reed@google.com2013-12-30
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-16
* account for inverse-paths when we prealloc storage in the rgn-builderGravatar reed@google.com2013-10-15
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* Just use std qsortGravatar reed@google.com2012-05-07
* 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
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* grab from latest androidGravatar reed@android.com2008-12-17