[Webkit-unassigned] [Bug 53949] New: ImageDecoder.h hardcodes RGBA byteorder on Skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 14:56:34 PST 2011


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

           Summary: ImageDecoder.h hardcodes RGBA byteorder on Skia
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gwright at kde.org


At the moment the setRGBA function in ImageDecoder.h hard codes the colour byte order:

*dest = (a << 24 | r << 16 | g << 8 | b);

In Skia's case this should use Skia's helper function SkPackARGB32.

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