[Webkit-unassigned] [Bug 30304] struct RGBA32Buffer is twice as big as the old ImageData of Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 19:39:47 PDT 2009


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41472|                            |review?
               Flag|                            |




--- Comment #9 from Holger Freyther <zecke at selfish.org>  2009-10-19 19:39:46 PDT ---
Created an attachment (id=41472)
 --> (https://bugs.webkit.org/attachment.cgi?id=41472)
Reduce RGBA32Buffer from 52bytes to 20 bytes per instance (take two)

Updated patch:

When RGBA32Buffer& frame was used IntRect& frame will be used
When RGBA32Buffer* frame was used IntRect* frame will be used.


m_rects[frameIndex] = newRect is specially not used as the frameIndex method
parameter is changed in the function body and will point to a different "frame"
when the assignment would be due.

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