commit | 4089df8690dd08c21a840b89d577afd878e02d47 | [log] [tgz] |
---|---|---|
author | Michael Ludwig <michaelludwig@google.com> | Wed Sep 12 15:22:37 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Sep 13 16:58:25 2018 +0000 |
tree | 6a92642f1d0272e9a0f32a31615cdaead1e59203 | |
parent | 2be81cf973404084abe35fe9a365e2897bd8a886 [diff] |
Implement radial gradient layout Adds a radial gradient FP in the same vein as the prior linear gradient FP. It updates SkRadialGradient to try and use the new system before falling back to the original GPU gradient code. Bug: skia: Change-Id: I0739832beeae18d0a7178ada44014d7885478031 Reviewed-on: https://skia-review.googlesource.com/148803 Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>