commit | d39430d0574513438b5831947052353290204a06 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Aug 15 12:37:00 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 15 12:37:01 2016 -0700 |
tree | 214705fa292c68b3b713ea99ab88de8939d36860 | |
parent | c2ad65e94de8c7c178699a2cb211d3a768bfdb90 [diff] |
Update blurred rrect mask filter creation method to also handle caching The caching of the mask will also be required for the vertex attribute path so I moved that into the helper. The parameters computed by ComputeBlurredRRectParams will be needed to construct the coverage geometry by the vertex attribute path so I moved that out of the helper. This is split out of https://codereview.chromium.org/2245653002/ (Start using vertex attributes for nine-patch blurred rrect draws) BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2249463002 Review-Url: https://codereview.chromium.org/2249463002