commit | 60691ce1600cb79ec9bb9957eee29be7a6a5e5d2 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 11 14:08:02 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 11 14:52:32 2012 -0700 |
tree | 644c7b8e65eab2cc4f74192bbd18a2d816118159 | |
parent | 0d8eba64b2ee2921915e0f6793ddd2d8f44e2428 [diff] [blame] |
make the boot animation 32-bits to avoid banding Bug: 6611693 Change-Id: Id31b711ea755c89240eaea26f6403a031cd939e4
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 1d5f207..225be9c 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp
@@ -160,7 +160,7 @@ codec->setDitherImage(false); if (codec) { codec->decode(&stream, &bitmap, - SkBitmap::kRGB_565_Config, + SkBitmap::kARGB_8888_Config, SkImageDecoder::kDecodePixels_Mode); delete codec; }