commit | 7eacd77ce63abec6c5a0e7be9bf9f40ea4145d11 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu Aug 21 13:12:42 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 21 13:12:42 2014 -0700 |
tree | 32b058fe0fa119fb8b99195f900968e5ad7ea348 | |
parent | ed20c9b9c9a10b69f316904f66200e90d647fd49 [diff] |
SkMultiPictureDraw API This CL adds a new API to optimize across multiple SkPicture draw calls. Note that multiple pictures rendered at once (i.e., picture piles) should be flattened into a single new picture that includes the required clipping on the different layers. R=bsalomon@google.com, reed@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/491313003