[android-developers] DrawableBitmap, Canvas and OR

2010-04-12 Thread Kaj Bjurman
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 -- You received this message

Re: [android-developers] DrawableBitmap, Canvas and OR

2010-04-12 Thread A.TNG
On Mon, Apr 12, 2010 at 6:30 PM, Kaj Bjurman kaj.bjur...@gmail.com 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