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

Issue 264843006: create struct to hold all the params passed around for shader::context (Closed)

Created:
6 years, 7 months ago by reed1
Modified:
6 years, 7 months ago
Reviewers:
Dominik Grewe, scroggo
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

create struct to hold all the params passed around for shader::context BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14514

Patch Set 1 #

Total comments: 8

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -300 lines) Patch
M include/core/SkColorShader.h View 2 chunks +2 lines, -6 lines 0 comments Download
M include/core/SkComposeShader.h View 1 chunk +3 lines, -6 lines 0 comments Download
M include/core/SkEmptyShader.h View 1 chunk +2 lines, -4 lines 0 comments Download
M include/core/SkShader.h View 1 3 chunks +20 lines, -8 lines 0 comments Download
M include/effects/SkPerlinNoiseShader.h View 1 chunk +2 lines, -5 lines 0 comments Download
M include/effects/SkTransparentShader.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/core/SkBitmapProcShader.h View 3 chunks +4 lines, -14 lines 0 comments Download
M src/core/SkBitmapProcShader.cpp View 5 chunks +11 lines, -20 lines 0 comments Download
M src/core/SkBlitter.cpp View 1 4 chunks +16 lines, -21 lines 0 comments Download
M src/core/SkComposeShader.cpp View 2 chunks +24 lines, -26 lines 0 comments Download
M src/core/SkDraw.cpp View 3 chunks +8 lines, -12 lines 0 comments Download
M src/core/SkFilterShader.h View 1 chunk +3 lines, -6 lines 0 comments Download
M src/core/SkFilterShader.cpp View 1 chunk +8 lines, -19 lines 0 comments Download
M src/core/SkPictureShader.h View 1 2 chunks +4 lines, -11 lines 0 comments Download
M src/core/SkPictureShader.cpp View 2 chunks +12 lines, -18 lines 0 comments Download
M src/core/SkShader.cpp View 4 chunks +14 lines, -22 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 2 chunks +6 lines, -8 lines 0 comments Download
M src/effects/SkTransparentShader.cpp View 2 chunks +6 lines, -10 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 2 chunks +2 lines, -5 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 chunk +6 lines, -8 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 chunk +2 lines, -5 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 chunk +5 lines, -7 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 chunk +2 lines, -5 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 chunk +5 lines, -7 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 chunk +2 lines, -6 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 chunk +6 lines, -9 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.h View 1 chunk +3 lines, -10 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 chunk +8 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
reed1
This is somewhat easier to read as is (I think), but it definitely will make ...
6 years, 7 months ago (2014-05-01 18:20:48 UTC) #1
scroggo
lgtm https://codereview.chromium.org/264843006/diff/1/include/core/SkShader.h File include/core/SkShader.h (right): https://codereview.chromium.org/264843006/diff/1/include/core/SkShader.h#newcode122 include/core/SkShader.h:122: struct ContextRec { Could you add some comments? ...
6 years, 7 months ago (2014-05-01 18:49:38 UTC) #2
reed1
https://codereview.chromium.org/264843006/diff/1/include/core/SkShader.h File include/core/SkShader.h (right): https://codereview.chromium.org/264843006/diff/1/include/core/SkShader.h#newcode122 include/core/SkShader.h:122: struct ContextRec { On 2014/05/01 18:49:38, scroggo wrote: > ...
6 years, 7 months ago (2014-05-01 18:57:41 UTC) #3
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-05-01 18:59:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/264843006/20001
6 years, 7 months ago (2014-05-01 18:59:21 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-01 19:31:42 UTC) #6
Message was sent while issue was closed.
Change committed as 14514

Powered by Google App Engine
This is Rietveld 408576698