[Webkit-unassigned] [Bug 163696] New: Extract common code for computing byte count for images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 14:53:50 PDT 2016


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

            Bug ID: 163696
           Summary: Extract common code for computing byte count for
                    images
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: bfulgham at webkit.org, dino at apple.com,
                    simon.fraser at apple.com, zalan at apple.com

There are many places where we multiply IntSize.width() * IntSize.height() * 4, so we should pull this into a utility method.

I chose Color.h mostly because it's where "typedef unsigned RGBA32" lives.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161019/29f0f1e0/attachment.html>


More information about the webkit-unassigned mailing list