commit | e983440ed96ed03fc4dccbcd978d26f1f45d2a6d | [log] [tgz] |
---|---|---|
author | Matt Sarett <msarett@google.com> | Tue Apr 25 13:49:42 2017 -0400 |
committer | Matt Sarett <msarett@google.com> | Thu Apr 27 10:06:55 2017 -0400 |
tree | ae0edfa441dcd63fee4901cedb4525443d6ab1e8 | |
parent | 2ed27dc7dee8c4bc112c0567950d6ef59809ea74 [diff] |
Move SkBitmap::copyTo() implementation into the framework This is a refactor. SkBitmap::copyTo() is a poorly defined API. Over time, we've added in various fix-ups to ensure a certain behavior for the Android framework. This CL moves that logic into Android, which is a step toward removing the copyTo API from SkBitmap. skbug.com/6464 Test: Copy tests already exist. Added testing for F16. Change-Id: I4fe29e209d97eeb15336c9f6226853a408741054