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

Issue 15733007: use Descriptor struct to encapsulate all the common paramaeters between our various gradient types.… (Closed)

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

Description

use Descriptor struct to encapsulate all the common paramaeters between our various gradient types. If we like it, might promote it to the public API. BUG= R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=9260

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -71 lines) Patch
M src/effects/gradients/SkGradientShader.cpp View 11 chunks +52 lines, -35 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 chunk +15 lines, -2 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 chunk +2 lines, -7 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 chunk +1 line, -2 lines 1 comment Download
M src/effects/gradients/SkRadialGradient.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 chunk +6 lines, -3 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
reed1
7 years, 7 months ago (2013-05-23 18:11:59 UTC) #1
bsalomon
lgtm https://codereview.chromium.org/15733007/diff/1/src/effects/gradients/SkRadialGradient.h File src/effects/gradients/SkRadialGradient.h (right): https://codereview.chromium.org/15733007/diff/1/src/effects/gradients/SkRadialGradient.h#newcode17 src/effects/gradients/SkRadialGradient.h:17: const Descriptor&); align consts?
7 years, 7 months ago (2013-05-23 18:24:56 UTC) #2
reed1
7 years, 7 months ago (2013-05-23 19:03:12 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r9260 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698