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

Issue 1299243002: subdivide path when side-clipping fails (Closed)

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

Description

subdivide path when side-clipping fails Please review concept; I'm OK not to check this in. If the root finder fails, subdivide the curve and try again. This is complicated by the reversed nature of the curves; maybe it can be simpler, but how to do that escapes me. R=reed@google.com BUG=514246 Committed: https://skia.googlesource.com/skia/+/7d173403f47bb85cfd5c42b69c734668e25e47f9

Patch Set 1 #

Patch Set 2 : subdivide geometrically if root finder fails #

Patch Set 3 : remove sampleapp test #

Patch Set 4 : remove change to header #

Patch Set 5 : git rid of experimental functions #

Patch Set 6 : refine approximation loop #

Patch Set 7 : add init to avoid warning #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -28 lines) Patch
M gm/cubicpaths.cpp View 1 2 chunks +53 lines, -0 lines 0 comments Download
M src/core/SkEdgeClipper.cpp View 1 2 3 4 5 6 2 chunks +45 lines, -28 lines 1 comment Download

Messages

Total messages: 25 (10 generated)
caryclark
5 years, 4 months ago (2015-08-19 19:15:26 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299243002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299243002/1
5 years, 4 months ago (2015-08-19 19:15:29 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-19 19:22:25 UTC) #5
caryclark
closer to real; please take a look
5 years, 4 months ago (2015-08-19 20:49:44 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299243002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299243002/80001
5 years, 4 months ago (2015-08-19 20:50:34 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-19 20:57:26 UTC) #10
reed1
great small fix lgtm
5 years, 4 months ago (2015-08-19 20:57:49 UTC) #11
caryclark
I took your suggestion and rewrote in terms of ABCD. Then I realized that the ...
5 years, 4 months ago (2015-08-20 13:08:12 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299243002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299243002/100001
5 years, 4 months ago (2015-08-20 13:08:40 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/2837)
5 years, 4 months ago (2015-08-20 13:10:30 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299243002/110003 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299243002/110003
5 years, 4 months ago (2015-08-20 13:15:09 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-20 13:22:42 UTC) #20
reed1
looks good. BTW -- seems like we can have exactly the same problem when we ...
5 years, 4 months ago (2015-08-20 14:24:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299243002/110003 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299243002/110003
5 years, 4 months ago (2015-08-20 15:23:17 UTC) #24
commit-bot: I haz the power
5 years, 4 months ago (2015-08-20 15:23:56 UTC) #25
Message was sent while issue was closed.
Committed patchset #7 (id:110003) as
https://skia.googlesource.com/skia/+/7d173403f47bb85cfd5c42b69c734668e25e47f9

Powered by Google App Engine
This is Rietveld 408576698