[Webkit-unassigned] [Bug 40910] New: [Qt] Avoid unnecessary image conversion in RGBA32Buffer::zeroFill()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 05:14:46 PDT 2010


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

           Summary: [Qt] Avoid unnecessary image conversion in
                    RGBA32Buffer::zeroFill()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kb at inf.u-szeged.hu


It is totally useless to converting the QImage for the QPixmap and then fill the pixmap with zero. Instead of this we can create an empty pixmap with the appropriate dimensions and fill that.

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