aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
Commit message (Expand)AuthorAge
...
* Add SkPath::isLastContourClosed()Gravatar fs2016-01-20
* add support for capped hairlinesGravatar caryclark2015-12-09
* Add an SkPath conic conversion utility.Gravatar fmalita2015-12-01
* add SkPath::isRRectGravatar caryclark2015-11-19
* Parametric SkPath oval/rect/rrect starting pointGravatar fmalita2015-11-17
* SkPath::fFirstDirection: seq-cst -> relaxedGravatar mtklein2015-10-07
* Make SkPath fFirstDirection atomic to fix tsan.Gravatar herb2015-09-28
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* change getBounds to return 0000 iff there are zero pointsGravatar reed2015-07-28
* Very tiny paths are subsumed by the ConvexicatorGravatar caryclark2015-07-14
* remove SkInstCntGravatar mtklein2015-06-26
* fix deserialization after FirstDirection change to pathsGravatar reed2015-06-11
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* simplify RawIter - don't return a pt in kCloseGravatar reed2015-05-27
* simplify RawIterGravatar reed2015-05-13
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* fuzzer fixesGravatar caryclark2015-02-25
* add gm for path-arcs, and catch degenerate arc in conic-caseGravatar reed2015-02-17
* Remove android specific srcPath from SkPathGravatar djsollen2015-02-17
* Expose SkPathRef::unique through SkPath.Gravatar djsollen2015-02-12
* share code between arcTo and addArc, update doxGravatar reed2015-01-29
* Simplify SkInstCntGravatar mtklein2015-01-13
* Remove SkPath::asRectGravatar robertphillips2015-01-05
* Cleanup isRect variantsGravatar robertphillips2015-01-05
* Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)Gravatar robertphillips2014-12-29
* Set temporary paths volatile so we don't cache them.Gravatar jvanverth2014-10-24
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* add path dump testGravatar caryclark2014-06-24
* Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://co...Gravatar commit-bot@chromium.org2014-02-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-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
* Improved SkPathRef interface securityGravatar robertphillips@google.com2013-12-13
* Move segment mask from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-12
* 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
* 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