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

Issue 1703943003: add interp path (Closed)

Created:
4 years, 10 months ago by caryclark
Modified:
4 years, 10 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

add interp path Add path methods to determine if a pair of paths can be interpolated, and to interpolate them. R=reed@google.com, robertphillips@google.com BUG=skia:4549 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1703943003 Committed: https://skia.googlesource.com/skia/+/8e7b19d0f04f286ec283747ec128e9696c842858

Patch Set 1 #

Total comments: 13

Patch Set 2 : address comments #

Patch Set 3 : one more comment #

Patch Set 4 : add test to error if conics don't match #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -0 lines) Patch
M include/core/SkPath.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M include/core/SkPathRef.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkPath.cpp View 1 1 chunk +27 lines, -0 lines 0 comments Download
M src/core/SkPathRef.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
M tests/PathTest.cpp View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1703943003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1703943003/1
4 years, 10 months ago (2016-02-17 20:36:24 UTC) #3
caryclark
Please take a look. I'm not sure if this the correct division of labor between ...
4 years, 10 months ago (2016-02-17 20:37:22 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 20:59:46 UTC) #6
robertphillips
Adding Brian. I believe the Path editor is supposed to be involved. https://codereview.chromium.org/1703943003/diff/1/include/core/SkPath.h File include/core/SkPath.h ...
4 years, 10 months ago (2016-02-17 21:08:49 UTC) #9
robertphillips
https://codereview.chromium.org/1703943003/diff/1/include/core/SkPath.h File include/core/SkPath.h (right): https://codereview.chromium.org/1703943003/diff/1/include/core/SkPath.h#newcode49 include/core/SkPath.h:49: identically ?
4 years, 10 months ago (2016-02-17 21:32:00 UTC) #10
caryclark
https://codereview.chromium.org/1703943003/diff/1/include/core/SkPath.h File include/core/SkPath.h (right): https://codereview.chromium.org/1703943003/diff/1/include/core/SkPath.h#newcode49 include/core/SkPath.h:49: On 2016/02/17 21:32:00, robertphillips wrote: > identically ? If ...
4 years, 10 months ago (2016-02-17 21:39:21 UTC) #11
bsalomon
I think the editor should be involved because IIRC it invalidates the genID
4 years, 10 months ago (2016-02-17 21:43:43 UTC) #12
caryclark
https://codereview.chromium.org/1703943003/diff/1/tests/PathTest.cpp File tests/PathTest.cpp (right): https://codereview.chromium.org/1703943003/diff/1/tests/PathTest.cpp#newcode3932 tests/PathTest.cpp:3932: p2.conicTo(7, 2, 7, 5, 1 / SkScalarSqrt(2)); I misunderstood ...
4 years, 10 months ago (2016-02-17 21:47:07 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1703943003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1703943003/60001
4 years, 10 months ago (2016-02-17 21:47:22 UTC) #15
bsalomon
On 2016/02/17 21:47:22, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 10 months ago (2016-02-17 22:00:37 UTC) #16
caryclark
On 2016/02/17 21:43:43, bsalomon wrote: > I think the editor should be involved because IIRC ...
4 years, 10 months ago (2016-02-17 22:01:57 UTC) #17
robertphillips
lgtm
4 years, 10 months ago (2016-02-17 22:08:53 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 22:22:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1703943003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1703943003/60001
4 years, 10 months ago (2016-02-18 12:11:04 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 12:11:54 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/8e7b19d0f04f286ec283747ec128e9696c842858

Powered by Google App Engine
This is Rietveld 408576698