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

Issue 974913002: ViaAndroidSDK for DM (Closed)

Created:
5 years, 9 months ago by tomhudson
Modified:
5 years, 9 months ago
Reviewers:
djsollen, mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

ViaAndroidSDK for DM Make a Via for DM which transforms a set of draws to be more like what we'd see through the Android Framework's HWUI API. Only built inside Android's framework because we depend on HWUI classes for half of those transformations. Tested with --config androidsdk-8888 and --config androidsdk-hwui. R=djsollen@google.com,mtklein@google.com,reed@google.com BUG=skia: Committed: https://skia.googlesource.com/skia/+/64de1e179012302d5f3b805d0736a583ad91c6a2

Patch Set 1 #

Total comments: 20

Patch Set 2 : Removed unnecessary SkPicture #

Patch Set 3 : Nits #

Total comments: 3

Patch Set 4 : Derek's comment changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -2 lines) Patch
M dm/DM.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M dm/DMSrcSinkAndroid.h View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M dm/DMSrcSinkAndroid.cpp View 1 2 3 4 chunks +116 lines, -2 lines 0 comments Download
M include/core/SkPathEffect.h View 3 chunks +13 lines, -0 lines 0 comments Download
M include/effects/Sk1DPathEffect.h View 1 chunk +4 lines, -0 lines 0 comments Download
M include/effects/SkCornerPathEffect.h View 1 chunk +4 lines, -0 lines 0 comments Download
M include/effects/SkDashPathEffect.h View 1 chunk +4 lines, -0 lines 0 comments Download
M include/effects/SkDiscretePathEffect.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
tomhudson
PTAL. reed@: Android-Framework-only public API changes in effects we discussed last week. mtklein@: my next ...
5 years, 9 months ago (2015-03-03 15:05:58 UTC) #2
reed1
api lgtm
5 years, 9 months ago (2015-03-03 15:25:51 UTC) #3
mtklein
This looks good. Beyond the unneeded picture, this is only really nitty stuff. https://codereview.chromium.org/974913002/diff/1/dm/DMSrcSinkAndroid.cpp File ...
5 years, 9 months ago (2015-03-03 15:55:14 UTC) #4
djsollen
https://codereview.chromium.org/974913002/diff/1/dm/DMSrcSinkAndroid.h File dm/DMSrcSinkAndroid.h (right): https://codereview.chromium.org/974913002/diff/1/dm/DMSrcSinkAndroid.h#newcode51 dm/DMSrcSinkAndroid.h:51: SkAutoTDelete<SkDrawFilter> fFilter; just put the filter on the stack. ...
5 years, 9 months ago (2015-03-03 16:50:53 UTC) #5
tomhudson
https://codereview.chromium.org/974913002/diff/1/dm/DMSrcSinkAndroid.cpp File dm/DMSrcSinkAndroid.cpp (right): https://codereview.chromium.org/974913002/diff/1/dm/DMSrcSinkAndroid.cpp#newcode40 dm/DMSrcSinkAndroid.cpp:40: inline void checkShader(SkPaint* paint, SkShader* shader) { On 2015/03/03 ...
5 years, 9 months ago (2015-03-05 14:53:52 UTC) #6
djsollen
looking good. I'll let mtklein make sure I'm not missing anything structural before this lands. ...
5 years, 9 months ago (2015-03-05 15:06:01 UTC) #7
mtklein
lgtm
5 years, 9 months ago (2015-03-05 15:19:39 UTC) #8
tomhudson
Derek: done
5 years, 9 months ago (2015-03-05 15:37:14 UTC) #9
djsollen
lgtm
5 years, 9 months ago (2015-03-05 15:44:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/974913002/60001
5 years, 9 months ago (2015-03-05 15:50:44 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 16:01:09 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/64de1e179012302d5f3b805d0736a583ad91c6a2

Powered by Google App Engine
This is Rietveld 408576698