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

Issue 200723011: When clipping treat rrect corners where either the x or y radius is < 0.5 as square. (Closed)

Created:
6 years, 9 months ago by bsalomon
Modified:
6 years, 9 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

When clipping treat rrect corners where either the x or y radius is < 0.5 as square. BUG=skia:2181 Committed: http://code.google.com/p/skia/source/detail?r=13918

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : rebase #

Patch Set 4 : update #

Total comments: 8

Patch Set 5 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -51 lines) Patch
M src/gpu/effects/GrRRectEffect.cpp View 1 2 3 4 11 chunks +68 lines, -51 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bsalomon
6 years, 9 months ago (2014-03-24 14:15:32 UTC) #1
robertphillips
lgtm + comment suggestions and maybe a minor change https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp File src/gpu/effects/GrRRectEffect.cpp (right): https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp#newcode639 src/gpu/effects/GrRRectEffect.cpp:639: ...
6 years, 9 months ago (2014-03-24 14:26:33 UTC) #2
jvanverth1
https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp File src/gpu/effects/GrRRectEffect.cpp (right): https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp#newcode18 src/gpu/effects/GrRRectEffect.cpp:18: static const SkScalar kRadiusMin = 0.5; 0.5f? Or SK_ScalarHalf?
6 years, 9 months ago (2014-03-24 15:45:11 UTC) #3
bsalomon
https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp File src/gpu/effects/GrRRectEffect.cpp (right): https://codereview.chromium.org/200723011/diff/60001/src/gpu/effects/GrRRectEffect.cpp#newcode18 src/gpu/effects/GrRRectEffect.cpp:18: static const SkScalar kRadiusMin = 0.5; On 2014/03/24 15:45:11, ...
6 years, 9 months ago (2014-03-24 18:02:10 UTC) #4
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 9 months ago (2014-03-24 18:02:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/200723011/80001
6 years, 9 months ago (2014-03-24 18:02:25 UTC) #6
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 19:25:02 UTC) #7
Message was sent while issue was closed.
Change committed as 13918

Powered by Google App Engine
This is Rietveld 408576698