bitmap 对象和它的像素数据有啥区别

2015-10-23 15:54:51 +08:00
 Registering
近来再次阅读一遍 android 开发官网的 displaying bitmaps efficiently 。

其中有一段,讲到 bitmap 在内存中的分布问题

>On Android 2.3.3 (API level 10) and lower, the backing pixel data for a bitmap is stored in native memory. It is separate from the bitmap itself, which is stored in the Dalvik heap.

这里的 backing pixel 和 bitmap 自身对象有啥区别
8424 次点击
所在节点    Android
2 条回复
exch4nge
2015-10-23 16:06:04 +08:00
具体数据 和 含有指向这个具体数据的指针的对象 的区别?对不起,我瞎猜的,我不懂
colatin
2015-10-23 16:15:34 +08:00
多个 bitmap 可能共享同一块像素数据

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/230500

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX