aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath.cpp
Commit message (Expand)AuthorAge
* Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://co...Gravatar commit-bot@chromium.org2014-02-12
* Adding new 'extend' mode to SkPath::addPathGravatar commit-bot@chromium.org2014-02-11
* fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::as...Gravatar commit-bot@chromium.org2014-02-11
* Move fLastMoveToIndex from SkPath to SkPathRefGravatar robertphillips@google.com2014-02-10
* add alternative to isRect named asRectGravatar commit-bot@chromium.org2014-01-25
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-16
* change isRect to return true for 3-sided rectangular pathsGravatar commit-bot@chromium.org2014-01-15
* Move segment mask from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-12
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Code cleanup following recapture of skpsGravatar robertphillips@google.com2013-12-03
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-03
* Revert of r12450 (Move fIsOval from SkPath to SkPathRef)Gravatar robertphillips@google.com2013-12-03
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-02
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* increase coverage of SkPath.cpp, remove unused codeGravatar commit-bot@chromium.org2013-11-14
* Adding error checks to SkRBufferGravatar commit-bot@chromium.org2013-11-08
* optimize floating pt, save a few instructionsGravatar caryclark@google.com2013-11-08
* use quads for mixed radius rrectsGravatar commit-bot@chromium.org2013-11-08
* 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
* Construct round rects with perpendicular tangents.Gravatar commit-bot@chromium.org2013-11-01
* 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
* Use SkPathRef gen id for SkPath::getGenerationIDGravatar commit-bot@chromium.org2013-10-30
* remove contains(x,y) for rects and rrects ... not well defined, and unusedGravatar reed@google.com2013-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
* Fix cubic->quad RR corner regressionGravatar robertphillips@google.com2013-10-20
* Disable r11835 (Replace cubic round rect corners with quads) due to performan...Gravatar robertphillips@google.com2013-10-17
* Replace cubic round rect corners with quadsGravatar robertphillips@google.com2013-10-17
* 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