commit | 7520fc4ad3a12476a27f098e7c00847ae0e5bcf4 | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Fri Mar 04 11:01:24 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 04 11:01:24 2016 -0800 |
tree | 50f2db638424de95aeb58e75ebfb7ad4a2ecacbe | |
parent | d4f89e4e391d00e1011e3bbafc90743335e40030 [diff] |
Relocate the specialized linear gradient interval builder The specialized interval setup works really well for (4f) linear gradients, but it seems unlikely to benefit other gradient subclasses. Since it gets in the way of a general/fallback gradient impl, let's move this code to Sk4fLinearGradient. R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1764183002 Review URL: https://codereview.chromium.org/1764183002