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

Issue 21571002: Added 3-color gradient scraper for detecting symmetrical gradients. (Closed)

Created:
7 years, 4 months ago by dierk
Modified:
7 years, 4 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Added 3-color gradient scraper for detecting symmetrical gradients. Made changes to lua to scrape info about 3 color gradients BUG= Committed: http://code.google.com/p/skia/source/detail?r=10490

Patch Set 1 #

Total comments: 6

Patch Set 2 : Small revisions for clarity and imprecision. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -26 lines) Patch
M src/utils/SkLua.cpp View 1 1 chunk +14 lines, -0 lines 1 comment Download
M tools/lua/gradients.lua View 1 2 chunks +16 lines, -26 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dierk
7 years, 4 months ago (2013-08-01 15:54:18 UTC) #1
reed1
https://codereview.chromium.org/21571002/diff/1/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/21571002/diff/1/src/utils/SkLua.cpp#newcode717 src/utils/SkLua.cpp:717: SkScalar pos[3]; // can get data for all gradient ...
7 years, 4 months ago (2013-08-01 16:00:10 UTC) #2
dierk
https://codereview.chromium.org/21571002/diff/1/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/21571002/diff/1/src/utils/SkLua.cpp#newcode717 src/utils/SkLua.cpp:717: SkScalar pos[3]; // can get data for all gradient ...
7 years, 4 months ago (2013-08-01 16:07:39 UTC) #3
reed1
lgtm https://codereview.chromium.org/21571002/diff/6001/src/utils/SkLua.cpp File src/utils/SkLua.cpp (right): https://codereview.chromium.org/21571002/diff/6001/src/utils/SkLua.cpp#newcode731 src/utils/SkLua.cpp:731: if (info.fColorCount == 3){ nit: 3 == info.fColorCount ...
7 years, 4 months ago (2013-08-01 16:23:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dierk@google.com/21571002/6001
7 years, 4 months ago (2013-08-01 17:15:54 UTC) #5
commit-bot: I haz the power
7 years, 4 months ago (2013-08-01 17:32:58 UTC) #6
Message was sent while issue was closed.
Change committed as 10490

Powered by Google App Engine
This is Rietveld 408576698