aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
Commit message (Expand)AuthorAge
* increase coverage of SkPath.cpp, remove unused codeGravatar commit-bot@chromium.org2013-11-14
* 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
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-31
* Use SkPathRef gen id for SkPath::getGenerationIDGravatar commit-bot@chromium.org2013-10-30
* Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://co...Gravatar robertphillips@google.com2013-10-29
* Use SkPathRef gen id for SkPath::getGenerationIDGravatar commit-bot@chromium.org2013-10-29
* Move bound and isFinite into pathrefGravatar robertphillips@google.com2013-09-26
* Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.Gravatar mtklein@google.com2013-08-15
* Restore SkPath(const SkPath&) to copy the generation ID on Android.Gravatar mtklein@google.com2013-08-07
* Remove SK_DEBUG_PATH_REFGravatar commit-bot@chromium.org2013-06-27
* Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor.Gravatar bungeman@google.com2013-06-26
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-22
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* Fix macro for r9718.Gravatar bungeman@google.com2013-06-21
* SkPath::rewind needs to have same reset as SkPath::reset.Gravatar bungeman@google.com2013-06-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* 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 Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-20
* Add special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* Add RRect GMGravatar robertphillips@google.com2012-12-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* check for bad enum use when adding contoursGravatar reed@google.com2012-11-26
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* Disable SK_DEBUG_PATH_REF in debug builds.Gravatar bsalomon@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-04
* Adds extra debugging to SkPathRef that can optionally be turned on in a relea...Gravatar bsalomon@google.com2012-10-03
* Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...Gravatar bsalomon@google.com2012-10-03
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Set LF property on a bunch of files.Gravatar bsalomon@google.com2012-08-20