[Webkit-unassigned] [Bug 43507] New: Turn ImageBuffer::image/ImageBuffer::imageForRendering to ImageBuffer::image/ImageBuffer::copiedImage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 4 13:52:16 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43507
Summary: Turn ImageBuffer::image/ImageBuffer::imageForRendering
to ImageBuffer::image/ImageBuffer::copiedImage
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Images
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrobinson at webkit.org
Most of the time ImageBuffer::image should be a live representation of an image buffer, but in some cases it should be a copy (e.g. creating patterns from 2D canvas rendering contexts). The current naming scheme was confusing enough that Cairo is making a large number of unnecessary full-canvas pixel copies.
--
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