faster paint tree traversal

David Hyatt hyatt at apple.com
Wed Feb 11 20:33:10 CET 2004


Yes, you're right.  Unfortunately I fixed this off-by-1 in our tree a 
while back by changing > to >=, so now I'll have to change all those 
back in order to use bottom().  :)

dave

On Feb 11, 2004, at 5:36 AM, Dirk Mueller wrote:

> you're correct about the 15/16 difference, but IMHO this is actually 
> fixing
> the off-by-one that was there before, since y+h is the first pixel row
> *outside* the box, so comparing with "> _ty" is wrong (unless I'm 
> lacking way
> too much sleep now). correct?
>
>
> Dirk
> _______________________________________________
> Khtml-devel at kde.org
> https://mail.kde.org/mailman/listinfo/khtml-devel



More information about the Khtml-devel mailing list