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

Issue 455043002: use conics (Closed)

Created:
6 years, 4 months ago by reed1
Modified:
6 years ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix dashing and other stuff #

Patch Set 3 : temp disable addOval use-case #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -69 lines) Patch
M include/core/SkPathMeasure.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/core/SkEdgeBuilder.cpp View 3 chunks +13 lines, -28 lines 0 comments Download
M src/core/SkGeometry.h View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M src/core/SkGeometry.cpp View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M src/core/SkPath.cpp View 1 2 3 4 8 chunks +54 lines, -27 lines 0 comments Download
M src/core/SkPathMeasure.cpp View 1 7 chunks +73 lines, -10 lines 0 comments Download
M src/utils/SkParsePath.cpp View 1 2 chunks +9 lines, -3 lines 0 comments Download
M tests/PathTest.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (6 generated)
reed1
Lots of tiny rebaseline diffs, but a couple of real failures: gpu/path-reverse gpu/circular-clips
6 years ago (2014-12-16 21:22:01 UTC) #2
reed1
I've disabled the actual motivating change : upgrading addOval() to use conics, until we can ...
6 years ago (2014-12-17 15:13:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/455043002/40001
6 years ago (2014-12-17 15:14:30 UTC) #5
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years ago (2014-12-17 15:14:31 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on client.skia.compile (http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/1210)
6 years ago (2014-12-17 15:16:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/455043002/60001
6 years ago (2014-12-17 15:35:26 UTC) #10
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years ago (2014-12-17 15:35:27 UTC) #11
caryclark
lgtm https://codereview.chromium.org/455043002/diff/60001/src/core/SkGeometry.cpp File src/core/SkGeometry.cpp (right): https://codereview.chromium.org/455043002/diff/60001/src/core/SkGeometry.cpp#newcode1549 src/core/SkGeometry.cpp:1549: matrix.mapHomogeneousPoints((SkScalar*)dst, (const SkScalar*)src, 3); &dst[0].fX, &src[0].fX would avoid ...
6 years ago (2014-12-17 15:52:44 UTC) #13
bsalomon
https://codereview.chromium.org/455043002/diff/60001/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/455043002/diff/60001/src/core/SkPath.cpp#newcode236 src/core/SkPath.cpp:236: static inline void SkCheck(bool predicate) { On 2014/12/17 15:52:43, ...
6 years ago (2014-12-17 16:00:27 UTC) #14
reed1
https://codereview.chromium.org/455043002/diff/60001/src/core/SkGeometry.h File src/core/SkGeometry.h (right): https://codereview.chromium.org/455043002/diff/60001/src/core/SkGeometry.h#newcode239 src/core/SkGeometry.h:239: memcpy(fPts, pts, 3 * sizeof(SkPoint)); On 2014/12/17 15:52:43, caryclark ...
6 years ago (2014-12-17 16:12:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/455043002/80001
6 years ago (2014-12-17 16:12:50 UTC) #17
commit-bot: I haz the power
6 years ago (2014-12-17 16:21:10 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/220f926d9d4b38a9018c922c095847bbd261f583

Powered by Google App Engine
This is Rietveld 408576698