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

Issue 2264593002: Add GMs for testing drawArc (Closed)

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

Description

Add GMs for testing drawArc. This is in preparation for virtualizing this on SkCanvas/SkDevice. Tests the following variations: aa and non-aa stroke/hairline/fill cap types using center point and not BUG=skia:5227 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2264593002 Committed: https://skia.googlesource.com/skia/+/71c5eee9d55af9b93696b8825561f986cb3b7b9b

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : tiny #

Patch Set 4 : more #

Patch Set 5 : more #

Patch Set 6 : fix naming #

Total comments: 2

Patch Set 7 : Address comment #

Patch Set 8 : fix windows compiler warnings #

Patch Set 9 : rm line accidentally leftover from previous patch #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
A gm/circulararcs.cpp View 1 2 3 4 5 6 7 8 1 chunk +102 lines, -0 lines 2 comments Download

Messages

Total messages: 23 (12 generated)
bsalomon
4 years, 4 months ago (2016-08-19 14:45:30 UTC) #3
robertphillips
lgtm https://codereview.chromium.org/2264593002/diff/100001/gm/circulararcs.cpp File gm/circulararcs.cpp (right): https://codereview.chromium.org/2264593002/diff/100001/gm/circulararcs.cpp#newcode25 gm/circulararcs.cpp:25: p0.setColor(SK_ColorRED); use aa here ?
4 years, 4 months ago (2016-08-19 15:57:24 UTC) #4
bsalomon
https://codereview.chromium.org/2264593002/diff/100001/gm/circulararcs.cpp File gm/circulararcs.cpp (right): https://codereview.chromium.org/2264593002/diff/100001/gm/circulararcs.cpp#newcode25 gm/circulararcs.cpp:25: p0.setColor(SK_ColorRED); On 2016/08/19 15:57:24, robertphillips wrote: > use aa ...
4 years, 4 months ago (2016-08-19 16:39:27 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/2264593002/120001
4 years, 4 months ago (2016-08-19 16:39:40 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/11013)
4 years, 4 months ago (2016-08-19 16:49:07 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/2264593002/140001
4 years, 4 months ago (2016-08-19 17:03:41 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/10958)
4 years, 4 months ago (2016-08-19 17:19:53 UTC) #15
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/2264593002/160001
4 years, 4 months ago (2016-08-19 17:29:02 UTC) #18
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://skia.googlesource.com/skia/+/71c5eee9d55af9b93696b8825561f986cb3b7b9b
4 years, 4 months ago (2016-08-19 17:53:17 UTC) #20
egdaniel
https://codereview.chromium.org/2264593002/diff/160001/gm/circulararcs.cpp File gm/circulararcs.cpp (right): https://codereview.chromium.org/2264593002/diff/160001/gm/circulararcs.cpp#newcode67 gm/circulararcs.cpp:67: DEF_ARC_GM(circular_arcs_fill) { the "circular_arcs_circular_arcs_fill" gm? somehow i feel like ...
4 years, 4 months ago (2016-08-19 18:35:18 UTC) #22
bsalomon
4 years, 4 months ago (2016-08-19 18:52:35 UTC) #23
Message was sent while issue was closed.
https://codereview.chromium.org/2264593002/diff/160001/gm/circulararcs.cpp
File gm/circulararcs.cpp (right):

https://codereview.chromium.org/2264593002/diff/160001/gm/circulararcs.cpp#ne...
gm/circulararcs.cpp:67: DEF_ARC_GM(circular_arcs_fill) {
On 2016/08/19 18:35:18, egdaniel wrote:
> the "circular_arcs_circular_arcs_fill" gm? somehow i feel like this name could
> be shortened.
shoot, should be just fill here.

Powered by Google App Engine
This is Rietveld 408576698