aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPath.cpp
Commit message (Expand)AuthorAge
* use conics for ovals and roundrectsGravatar reed2015-01-06
* Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://co...Gravatar reed2015-01-06
* use conics for ovals and roundrectsGravatar reed2015-01-05
* 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
* Fix bound returned by SkPath::isRect when the path contains a trailing moveToGravatar robertphillips2014-12-29
* use conics for addRRectGravatar reed2014-12-17
* use conicsGravatar reed2014-12-17
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* change SkPoint::setLength to set itself to (0,0) if it starting length is deg...Gravatar reed2014-12-09
* add convexity logic and tests for scalar max, Inf, and NaNGravatar caryclark2014-12-08
* Fix yet another convexicator issueGravatar robertphillips2014-11-17
* Set temporary paths volatile so we don't cache them.Gravatar jvanverth2014-10-24
* add float equivalent in dumpHex output as commentGravatar caryclark2014-10-23
* Fix convexicator bugGravatar robertphillips2014-09-16
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig...Gravatar bsalomon2014-08-28
* Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code.Gravatar Florin Malita2014-08-01
* add path dump testGravatar caryclark2014-06-24
* Add dump() to SkClipStack to help with debugging.Gravatar bsalomon2014-06-09
* In convexity checker don't advance last vector when x-product isn't significant.Gravatar commit-bot@chromium.org2014-05-22
* 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