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

Issue 191613003: Use bitfield rather than distinct enum types for circular corners in RRectEffect. (Closed)

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

Description

Use bitfield rather than distinct enum types for circular corners in RRectEffect. BUG=skia:2181 Committed: http://code.google.com/p/skia/source/detail?r=13723

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 2

Patch Set 3 : change order #

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

Messages

Total messages: 6 (0 generated)
bsalomon
Preparation for handling the single-rounded-corner case.
6 years, 9 months ago (2014-03-10 14:13:58 UTC) #1
robertphillips
lgtm modulo 1 issue https://codereview.chromium.org/191613003/diff/20001/src/gpu/effects/GrRRectEffect.cpp File src/gpu/effects/GrRRectEffect.cpp (right): https://codereview.chromium.org/191613003/diff/20001/src/gpu/effects/GrRRectEffect.cpp#newcode27 src/gpu/effects/GrRRectEffect.cpp:27: kTopRight_CornerFlag = (1 << SkRRect::kUpperRight_Corner), ...
6 years, 9 months ago (2014-03-10 14:30:26 UTC) #2
bsalomon
https://codereview.chromium.org/191613003/diff/20001/src/gpu/effects/GrRRectEffect.cpp File src/gpu/effects/GrRRectEffect.cpp (right): https://codereview.chromium.org/191613003/diff/20001/src/gpu/effects/GrRRectEffect.cpp#newcode27 src/gpu/effects/GrRRectEffect.cpp:27: kTopRight_CornerFlag = (1 << SkRRect::kUpperRight_Corner), On 2014/03/10 14:30:26, robertphillips ...
6 years, 9 months ago (2014-03-10 15:16:38 UTC) #3
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 9 months ago (2014-03-10 15:16:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/191613003/30002
6 years, 9 months ago (2014-03-10 15:17:23 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-10 16:08:48 UTC) #6
Message was sent while issue was closed.
Change committed as 13723

Powered by Google App Engine
This is Rietveld 408576698