Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AndroidのBitmapクラスの実装を見てみると、内部でSkBitmapを使っていることがわかりました。
また、Android の Bitmap クラスは、ビットマップ自体とバッキング バッファーにそれぞれネイティブ ヒープと jbyte 配列を割り当てています。
バッキング バッファとその目的は何ですか? (バッキングバッファは Android の Bitmap クラスで「mBuffer」として宣言されています)