commit | ae4738f677c70f4ec7687422e1510ee3d80d810e | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Tue Sep 15 15:33:27 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 15 15:33:27 2015 -0700 |
tree | 81c2e343e61a5102a74fbb67246101d1006c0738 | |
parent | cd7f03597475ea423aa819bdae03996b26874dd5 [diff] |
Create fragment processor for performing input color blend with child processor The new FP is used to implement SkXM::Mode color filters and SkXM::Mode image filters. Also, these now support all advanced SkXM::Mode xfermodes. Review URL: https://codereview.chromium.org/1334293003