commit | 4c4b84c0051e5126f17e55e0d5b61b5ad8c7d301 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Jul 21 13:10:43 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 21 13:10:43 2015 -0700 |
tree | a9c70147bd00779b950161ac7c20f69a7b9dbda7 | |
parent | 7e7b5c5d0781c0bb8a83cb66708523baa4787fa8 [diff] |
Clean up more SkXfermode.cpp dead code. These handwritten xfermodes for Clear, Src, DstIn, and DstOut are actually dead code: they're all covered by Sk4pxXfermode, which we'd already have returned. Tidies up the xfermode creation logic to make this clearer. This cuts 20-40K off SkXfermode.o, depending on the platform. BUG=skia: Review URL: https://codereview.chromium.org/1249773004