[Webkit-unassigned] [Bug 27711] SVG Filter need feColorMatrix implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 19:54:57 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34041|review?                     |review+
               Flag|                            |




--- Comment #6 from Eric Seidel <eric at webkit.org>  2009-08-06 19:54:56 PDT ---
(From update of attachment 34041)
Sigh.  We totally need Color accessors to:
127         srcPixelArray->get(pixelByteOffset, r);
 128         srcPixelArray->get(pixelByteOffset + 1, g);
 129         srcPixelArray->get(pixelByteOffset + 2, b);
 130         srcPixelArray->get(pixelByteOffset + 3, a);

Sigh.  I still think function pointers would be cleaner than templates.

I'll r+ this, but I definitely would prefer function pointers for this sort of
thing.  Modern compilers should be able to handle the jump prediction.

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