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

Issue 146913002: Move fLastMoveToIndex from SkPath to SkPathRef (Closed)

Created:
6 years, 11 months ago by robertphillips
Modified:
6 years, 10 months ago
Reviewers:
bsalomon, caryclark, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

The old omnibus CL (https://codereview.chromium.org/25787002/) has gotten too far out of date. This calves off just the "fLastMoveToIndex" portion.

Patch Set 1 #

Patch Set 2 : Cleaned up #

Patch Set 3 : Fix up SK_DEBUG_PATH #

Patch Set 4 : Fix up SK_DEBUG_PATH #

Patch Set 5 : Revised patch #

Patch Set 6 : Clean up #

Patch Set 7 : More clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -46 lines) Patch
M include/core/SkPath.h View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M include/core/SkPathRef.h View 1 2 3 4 5 chunks +14 lines, -0 lines 0 comments Download
M src/core/SkPath.cpp View 1 2 3 4 5 6 12 chunks +4 lines, -44 lines 0 comments Download
M src/core/SkPathRef.cpp View 1 2 3 4 8 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
robertphillips
6 years, 11 months ago (2014-01-24 17:47:58 UTC) #1
bsalomon
This one doesn't seem as obvious to me as the previous changes. I guess I'm ...
6 years, 11 months ago (2014-01-24 18:04:58 UTC) #2
robertphillips
Here is a version that allows for code reuse in the relative calls but adds ...
6 years, 10 months ago (2014-01-30 21:00:53 UTC) #3
reed1
On 2014/01/30 21:00:53, robertphillips wrote: > Here is a version that allows for code reuse ...
6 years, 10 months ago (2014-01-30 21:28:25 UTC) #4
robertphillips
I think the real problem is the insertion of moveTos if the user neglects to ...
6 years, 10 months ago (2014-01-31 15:35:09 UTC) #5
robertphillips
Here is the CL that was the genesis for the current moveTo insertion logic: https://code.google.com/p/skia/source/detail?r=3027
6 years, 10 months ago (2014-02-07 15:25:53 UTC) #6
Stephen Chennney
On 2014/01/31 15:35:09, robertphillips wrote: > I think the real problem is the insertion of ...
6 years, 10 months ago (2014-02-07 15:56:37 UTC) #7
robertphillips
The current debate is what do users expect to happen in the case of: moveTo(10,10)|lineTo1|close|lineTo2. ...
6 years, 10 months ago (2014-02-07 16:01:43 UTC) #8
reed1
lgtm
6 years, 10 months ago (2014-02-07 18:23:09 UTC) #9
robertphillips
committed as r13379
6 years, 10 months ago (2014-02-10 13:51:51 UTC) #10
robertphillips
6 years, 10 months ago (2014-02-12 19:16:11 UTC) #11
Message was sent while issue was closed.
This was reverted in r13421 (Revert of r13379 (Move fLastMoveToIndex from SkPath
to SkPathRef)  - https://codereview.chromium.org/137863006/) due to an image
quality regression in Chromium (crbug.com/343123 Regression - UI issue observed
for any "Notification infobars" in Chrome browser)

Powered by Google App Engine
This is Rietveld 408576698