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

Issue 1928133002: Unify implementations of stroking radius calculations (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Allow style override in SkStrokeRec::GetInflationRadius and rename function #

Total comments: 2

Patch Set 3 : Address comment #

Patch Set 4 : revert use of makeOffset #

Patch Set 5 : use makeOutset #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -26 lines) Patch
M include/core/SkStrokeRec.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/core/SkPaint.cpp View 1 2 3 4 1 chunk +2 lines, -16 lines 0 comments Download
M src/core/SkStrokeRec.cpp View 1 1 chunk +28 lines, -0 lines 0 comments Download
M src/gpu/batches/GrTessellatingPathRenderer.cpp View 1 chunk +2 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
bsalomon
4 years, 7 months ago (2016-04-28 20:06:32 UTC) #4
bsalomon
https://codereview.chromium.org/1928133002/diff/1/src/core/SkPaint.cpp File src/core/SkPaint.cpp (left): https://codereview.chromium.org/1928133002/diff/1/src/core/SkPaint.cpp#oldcode2028 src/core/SkPaint.cpp:2028: if (kFill_Style != style) { Just noticed this uses ...
4 years, 7 months ago (2016-04-28 20:39:01 UTC) #5
bsalomon
https://codereview.chromium.org/1928133002/diff/1/src/core/SkPaint.cpp File src/core/SkPaint.cpp (left): https://codereview.chromium.org/1928133002/diff/1/src/core/SkPaint.cpp#oldcode2028 src/core/SkPaint.cpp:2028: if (kFill_Style != style) { On 2016/04/28 20:39:01, bsalomon ...
4 years, 7 months ago (2016-04-28 20:49:29 UTC) #6
reed1
lgtm https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp#newcode2030 src/core/SkPaint.cpp:2030: src->fRight + radius, src->fBottom + radius); *storage = ...
4 years, 7 months ago (2016-04-29 00:43:34 UTC) #7
bsalomon
https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp#newcode2030 src/core/SkPaint.cpp:2030: src->fRight + radius, src->fBottom + radius); On 2016/04/29 00:43:34, ...
4 years, 7 months ago (2016-04-29 13:33:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928133002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928133002/60001
4 years, 7 months ago (2016-04-29 13:33:55 UTC) #11
bsalomon
On 2016/04/29 13:33:37, bsalomon wrote: > https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp > File src/core/SkPaint.cpp (right): > > https://codereview.chromium.org/1928133002/diff/20001/src/core/SkPaint.cpp#newcode2030 > ...
4 years, 7 months ago (2016-04-29 13:34:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928133002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928133002/80001
4 years, 7 months ago (2016-04-29 13:37:56 UTC) #16
commit-bot: I haz the power
4 years, 7 months ago (2016-04-29 14:07:06 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/5668648e875abe0a064caabef432ade4745deb89

Powered by Google App Engine
This is Rietveld 408576698