Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Issue 16950021: add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular … (Closed)

Created:
7 years, 6 months ago by reed1
Modified:
7 years, 6 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo https://code.google.com/p/chromium/issues/detail?id=247770 R=caryclark@google.com Committed: https://code.google.com/p/skia/source/detail?r=9724

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -57 lines) Patch
M include/core/SkPath.h View 4 chunks +39 lines, -34 lines 2 comments Download
M src/core/SkPath.cpp View 1 chunk +9 lines, -12 lines 0 comments Download
M src/core/SkStroke.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/PathTest.cpp View 9 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
reed1
7 years, 6 months ago (2013-06-21 16:06:08 UTC) #1
Stephen Chennney
I'm fine with it - just one comment which is not blocking. I'll defer to ...
7 years, 6 months ago (2013-06-21 17:19:05 UTC) #2
reed1
https://codereview.chromium.org/16950021/diff/1/include/core/SkPath.h File include/core/SkPath.h (right): https://codereview.chromium.org/16950021/diff/1/include/core/SkPath.h#newcode272 include/core/SkPath.h:272: bool isRect(SkRect* rect, bool* isClosed, Direction* direction) const; On ...
7 years, 6 months ago (2013-06-21 17:24:03 UTC) #3
caryclark
lgtm
7 years, 6 months ago (2013-06-21 17:29:13 UTC) #4
reed1
Committed patchset #1 manually as r9724 (presubmit successful).
7 years, 6 months ago (2013-06-21 17:32:37 UTC) #5
robertphillips
This CL is causing the following assertion to fire on the Chrome trybots: crash log ...
7 years, 6 months ago (2013-06-24 17:47:52 UTC) #6
robertphillips
7 years, 6 months ago (2013-06-25 15:40:18 UTC) #7
Message was sent while issue was closed.
reverted in 9750

Powered by Google App Engine
This is Rietveld 408576698