commit | eed039b5ffbdff958053ac80b09451ad6caa1787 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Wed Mar 18 11:11:19 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 18 11:11:19 2015 -0700 |
tree | 231161cc1da391effd685a5b69aeb6259c7b8d1d | |
parent | c88e11508739f53514228f1ea487af3d7eef7f3e [diff] |
Adding swizzles for bmp: We now support kN32 and kRGB_565 color types. Additionally, we support premul, unpremul, and opaque alpha types. Unpremul is currently untested as we cannot currently draw to unpremul. BUG=skia: Review URL: https://codereview.chromium.org/1013743003