commit | dce5ce4276e2825efc6d8c4daa819c965794cd12 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Aug 04 08:49:21 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 04 08:49:21 2015 -0700 |
tree | 5bfdc110936e1f3d854d52a9a35f88dcef9b8136 | |
parent | 562a66b093c45e2788aab1572d6138eb39c6dc37 [diff] |
Port SkBlurImage opts to SkOpts. +268 -535 lines I also rearranged the code a little bit to encapsulate itself better, mostly replacing static helper functions with lambdas. This also let me merge the SSE2 and SSE4.1 code paths. BUG=skia:4117 Review URL: https://codereview.chromium.org/1264103004