commit | dde03ff89f58d7df9b9e37ca06c2ce8ea67ec7a2 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Aug 31 15:26:08 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 31 15:26:08 2015 -0700 |
tree | c2fec1c1cf09d7c15454c566f2a368a259a2994d | |
parent | 99138876a699a41637fe8c46ccdb0292dcabd7ce [diff] |
Clean up remaining users of SkPMFloat This switches over SkXfermodes_opts.h and SkColorMatrixFilter to use Sk4f, and converts the SkPMFloat benches to Sk4f benches. No pixels should change here, and no code beyond the Sk4f_ benches should change speed. The benches are faster than the old versions. BUG=skia:4117 Review URL: https://codereview.chromium.org/1324743002