aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath.cpp
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-28
* This CL effectively reverts:Gravatar robertphillips@google.com2013-09-27
* Move bound and isFinite into pathrefGravatar robertphillips@google.com2013-09-26
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.Gravatar mtklein@google.com2013-08-15
* All rSomethingTo() immediately following a close() are relative to the point ...Gravatar commit-bot@chromium.org2013-08-09
* remove uneeded SK_API declaration.Gravatar djsollen@google.com2013-08-09
* Restore SkPath(const SkPath&) to copy the generation ID on Android.Gravatar mtklein@google.com2013-08-07
* Avoid counting verbs twice in SkPath::isEmpty()Gravatar commit-bot@chromium.org2013-08-05
* Make SkPath::conservativelyContainsRect not assert on paths that begin with r...Gravatar commit-bot@chromium.org2013-08-01
* Avoid lineTo() duplication in SkPath::dump().Gravatar commit-bot@chromium.org2013-07-17
* 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
* 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
* Add special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* Fix some warnings in SkPath.Gravatar scroggo@google.com2013-05-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-09
* Error checking / reporting APIGravatar humper@google.com2013-04-08
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* in SkPath::dump(), add \n after close() printf, so we don't run into the next...Gravatar reed@google.com2013-01-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-18
* change SkPath::dump() to output compilable code snippet, to aid in debugging.Gravatar reed@google.com2013-01-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-04
* reorder internal files, in preparation for refactoring. no functional change.Gravatar mike@reedtribe.org2013-01-04
* remove dead code from SkPath::addOvalGravatar mike@reedtribe.org2013-01-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-18
* Add RRect GMGravatar robertphillips@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
* detect wrapped rect in pathGravatar caryclark@google.com2012-11-21
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-14
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* If a path is known to be nonfinite, don't forget that in our autoboundsGravatar reed@google.com2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-24
* Removed degenerate quads from zero radius Chrome-style round rectsGravatar robertphillips@google.com2012-10-23