On Mon, Apr 12, 2010 at 6:30 PM, Kaj Bjurman <[email protected]> wrote:
> Hi,
>
> Is it in some way possible to draw something with bitwise OR? I.e. I
> want the pixel values to be OR:ed with the pixel values that already
> had been drawn.
>
> I could invoke get pixel, and use OR, and then set the pixel again,
> but that would be too slow.
>
> Thanks
> K

Maybe you could use SurfacView. The whole buffer is available for you.
You can do what you want and finally the buffer will be shown on
screen.

Good luck. :-)

-- 
Best Regards,
TANG Jiyu
Blog: http://jiyu.wordpress.com.cn/
ezkeypad: http://ezkeypad.tool100.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to