android fast pixel access and manipulation

前端 未结 4 991
别那么骄傲
别那么骄傲 2021-02-06 02:06

I\'m trying to port an emulator that i have written in java to android. Things have been going nicely, I was able to port most of my codes with minor changes however due to how

4条回答
  •  礼貌的吻别
    2021-02-06 02:42

    You can use the drawBitmap method that avoids creating a Bitmap each time, or even as a last resort, draw the pixels one by one with drawPoint.

提交回复
热议问题