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

Issue 975523002: add double precision convex test (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : refactor for common code use #

Patch Set 3 : add this-> for directionChange #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -27 lines) Patch
M src/core/SkPath.cpp View 1 2 5 chunks +44 lines, -23 lines 0 comments Download
M tests/PathTest.cpp View 3 chunks +33 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
caryclark
5 years, 9 months ago (2015-03-02 19:28:22 UTC) #2
reed1
https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp#newcode2182 src/core/SkPath.cpp:2182: if (!almost_equal(largest, largest + cross)) { can we reorg ...
5 years, 9 months ago (2015-03-02 19:38:03 UTC) #3
caryclark
https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp#newcode2182 src/core/SkPath.cpp:2182: if (!almost_equal(largest, largest + cross)) { Done, but not ...
5 years, 9 months ago (2015-03-02 20:24:47 UTC) #4
robertphillips
Is this address the tiny path use case? https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp#newcode2223 src/core/SkPath.cpp:2223: SkASSERT(vec.fX ...
5 years, 9 months ago (2015-03-02 20:29:32 UTC) #5
reed1
ah, I didn't anticipate the extra checks/gotos. I'm fine to go back to the old ...
5 years, 9 months ago (2015-03-02 20:33:56 UTC) #6
robertphillips
lgtm. I prefer patch #1 though.
5 years, 9 months ago (2015-03-02 20:43:21 UTC) #7
caryclark
https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/975523002/diff/1/src/core/SkPath.cpp#newcode2223 src/core/SkPath.cpp:2223: SkASSERT(vec.fX || vec.fY); On 2015/03/02 20:29:31, robertphillips wrote: > ...
5 years, 9 months ago (2015-03-02 20:48:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/975523002/40001
5 years, 9 months ago (2015-03-02 20:49:25 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 21:02:38 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/b421650e13faa2b77d29b018e78ab07ff693ca32

Powered by Google App Engine
This is Rietveld 408576698