[Webkit-unassigned] [Bug 24289] New: [Qt] lacks clipToImageBuffer()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 07:15:29 PST 2009


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

           Summary: [Qt] lacks clipToImageBuffer()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org


Qt lacks support for GraphicsContext::clipToImageBuffer().

clipToImageBuffer gets a rect and an QPixmap. This is the mask image and the
size of the masked area.

Before it is possible to use clipToImageBuffer, it needs a call of gc->save().
Everything that is drawn after clipToImageBuffer is the masked object. The
masked object is closed be a gc->reset, that belongs to the gc->safe() before
the clipToImageBuffer call.


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