On Jun 8, 6:52 pm, Neilz <[email protected]> wrote:
> Interesting, thanks.
>
> To go back to my other question, can some one confirm this:
>
>
>
> When bitmaps get drawn to the screen, is this all wasted
> precision? Is drawing at 281.01068 any different from drawing at
> 281.31343?

I would say - Yes.  Your display pixel are pretty fixed point, but
drawing on subpixel
boundary may result (gurus are free to correct me if I'm wrong) in
dithering / blending
which would be major performance penalty.

-- 
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

Reply via email to