[Webkit-unassigned] [Bug 30211] New: [Qt] Consider prefering QImage* over QPixmap* as NativeImagePtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 07:43:22 PDT 2009


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

           Summary: [Qt] Consider prefering QImage* over QPixmap* as
                    NativeImagePtr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zecke at selfish.org


We need to find out if for the majority of cases of painting images we are
going through the raster fallback or through the accelerated path of the
PaintEngine. The problem in Bitmap::drawImage is that we will probably scale
the image which means that the raster engine will need to convert the QPixmap
back to a QImage which is requiring a roundtrip for every image we paint.

The performance test content should be used to determine how often we are going
through the draw_helper for image painting.

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