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

Issue 2151313002: In GrShape detect that stroked axis-aligned lines are rrects. (Closed)

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

Description

In GrShape detect that stroked axis-aligned lines are rrects. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2151313002 Committed: https://skia.googlesource.com/skia/+/0ae36a2cebf35c68c3013383d3b640f70034be55

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : cleanup and more tests #

Total comments: 8

Patch Set 4 : Address comments #

Patch Set 5 : Add accidentally delete semicolon back #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -80 lines) Patch
M include/core/SkRect.h View 1 chunk +3 lines, -4 lines 0 comments Download
M src/gpu/GrShape.cpp View 1 2 3 6 chunks +88 lines, -26 lines 0 comments Download
M src/gpu/GrStyle.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/GrStyle.cpp View 1 chunk +18 lines, -13 lines 0 comments Download
M tests/DFPathRendererTest.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/GrShapeTest.cpp View 1 2 3 4 19 chunks +167 lines, -36 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (8 generated)
bsalomon
4 years, 5 months ago (2016-07-15 18:07:34 UTC) #3
robertphillips
lgtm https://codereview.chromium.org/2151313002/diff/40001/src/gpu/GrShape.cpp File src/gpu/GrShape.cpp (right): https://codereview.chromium.org/2151313002/diff/40001/src/gpu/GrShape.cpp#newcode435 src/gpu/GrShape.cpp:435: rect.fBottom = SkTMax(pts[0].fY, pts[1].fY); Do we care about ...
4 years, 5 months ago (2016-07-15 18:48:38 UTC) #4
bsalomon
https://codereview.chromium.org/2151313002/diff/40001/src/gpu/GrShape.cpp File src/gpu/GrShape.cpp (right): https://codereview.chromium.org/2151313002/diff/40001/src/gpu/GrShape.cpp#newcode435 src/gpu/GrShape.cpp:435: rect.fBottom = SkTMax(pts[0].fY, pts[1].fY); On 2016/07/15 18:48:38, robertphillips wrote: ...
4 years, 5 months ago (2016-07-18 14:02:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2151313002/60001
4 years, 5 months ago (2016-07-18 14:03:50 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on master.client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/4835)
4 years, 5 months ago (2016-07-18 14:09:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2151313002/80001
4 years, 5 months ago (2016-07-18 14:16:00 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 14:31:19 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/0ae36a2cebf35c68c3013383d3b640f70034be55

Powered by Google App Engine
This is Rietveld 408576698