[Webkit-unassigned] [Bug 21244] New: rectangle fill with IntRect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 30 11:07:49 PDT 2008


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

           Summary: rectangle fill with IntRect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ariya.hidayat at trolltech.com


For doing a rectangle fill, there is only GraphicsContext::fillRect(FloatRect).
In some painting system, e.g. the Qt port of WebKit, optimization can be made
if e.g. the rectangle is pixel-aligned.

Solution: introduce GraphicsContext::fillRect(IntRect). Default implementation
will just wrap the FloatRect version.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list