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

Issue 2199823002: Add code to lua paths to get the fill path and get lists of verbs and (Closed)

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

Description

Add code to lua paths to get the fill path and get lists of verbs and points BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2199823002 Committed: https://skia.googlesource.com/skia/+/0b401ce663ef80222e0eb3a54bdd4c42af8e48e1

Patch Set 1 #

Patch Set 2 : Add setarray_string #

Patch Set 3 : Fix stupid mistakes, add getVerbs #

Patch Set 4 : Fix segfault due to missing lua_newtable #

Patch Set 5 : Add count_dashes.lua script #

Total comments: 8

Patch Set 6 : Combine drawPath and dash test in lua script #

Patch Set 7 : Various minor fixes from Mike's comments #

Total comments: 8

Patch Set 8 : Fix more minor problems #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M src/utils/SkLua.cpp View 1 2 3 4 5 6 7 5 chunks +59 lines, -0 lines 0 comments Download
A tools/lua/count_dashes.lua View 1 2 3 4 5 6 7 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
Harry Stern
4 years, 4 months ago (2016-08-01 19:03:38 UTC) #4
reed1
https://codereview.chromium.org/2199823002/diff/80001/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/2199823002/diff/80001/src/utils/SkLua.cpp#newcode1618 src/utils/SkLua.cpp:1618: switch (iter.next(pts, true)) { this indent looks too big. ...
4 years, 4 months ago (2016-08-01 19:36:29 UTC) #5
Harry Stern
https://codereview.chromium.org/2199823002/diff/80001/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/2199823002/diff/80001/src/utils/SkLua.cpp#newcode1618 src/utils/SkLua.cpp:1618: switch (iter.next(pts, true)) { On 2016/08/01 19:36:29, reed1 wrote: ...
4 years, 4 months ago (2016-08-01 20:58:23 UTC) #6
reed1
lgtm w/ nits https://codereview.chromium.org/2199823002/diff/120001/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/2199823002/diff/120001/src/utils/SkLua.cpp#newcode225 src/utils/SkLua.cpp:225: lua_pushstring(L, str); indent is too far ...
4 years, 4 months ago (2016-08-01 21:17:21 UTC) #7
Harry Stern
https://codereview.chromium.org/2199823002/diff/120001/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/2199823002/diff/120001/src/utils/SkLua.cpp#newcode225 src/utils/SkLua.cpp:225: lua_pushstring(L, str); On 2016/08/01 21:17:21, reed1 wrote: > indent ...
4 years, 4 months ago (2016-08-01 22:07:33 UTC) #8
reed1
lgtm
4 years, 4 months ago (2016-08-02 15:22:51 UTC) #9
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/2199823002/140001
4 years, 4 months ago (2016-08-02 16:17:05 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-02 16:18:03 UTC) #17
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/0b401ce663ef80222e0eb3a54bdd4c42af8e48e1

Powered by Google App Engine
This is Rietveld 408576698