commit | 3d9d7a7213748761d46ade183e11aa7cb55313c1 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Wed Oct 21 10:27:10 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 21 10:27:10 2015 -0700 |
tree | 80478ddd5999b26b6671287ccd5803791454a4c9 | |
parent | c7378af961cabef5b77c4dae40d8d3b9c1471a9e [diff] |
Create an SkAndroidCodec API separate from SkCodec We will implement this API using SkCodecs. SkAndroidCodecs will be used to implement the BitmapRegionDecoder Java API (and possibly BitmapFactory). BUG=skia: Review URL: https://codereview.chromium.org/1406223002