[Webkit-unassigned] [Bug 28835] [Haiku] Correction of native image creating.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 03:27:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28835





--- Comment #3 from Maxime Simon <simon.maxime at gmail.com>  2009-08-31 03:27:12 PDT ---
(In reply to comment #2)
> r- for an unclear ChangeLog.
> 
> How is the B_RGBA32 storage different from WebCore's?  Should we be using some
> sort of COMPILE_ASSERTs here to verify the current assumptions?

Actually, the B_RGBA32 storage has a different bytes per row value.
I know this can be changed when creating a BBitmap, but unfortunately it only
accepts a value greater than the one specficied by the storage (B_RGBA32 in
this case). And that's not the case for WebCore's.

This results in images that appear as follows (if using BBitmap::Setbits()):
http://picasaweb.google.com/lh/photo/Ixx-Io8UeGY--fxhTROE1A

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list