[Webkit-unassigned] [Bug 252182] New: Make GraphicsContext::drawNativeImage() platform independent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 12:10:07 PST 2023


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

            Bug ID: 252182
           Summary: Make GraphicsContext::drawNativeImage() platform
                    independent
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: sabouhallawa at apple.com

This will allow dealing with HDR images before calling drawPlatformImage.

All implementations of drawNativeImage() will be renamed drawPlatformImage(). A new implementation for drawNativeImage() will be added to GraphicsContext. All it does it calls the new method NativeImage::draw(). For now NativeImage::draw() will just call GraphicsContext ::drawPlatformImage() which is the original implementation of GraphicsContext::drawNativeImage().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230213/df4152ae/attachment.htm>


More information about the webkit-unassigned mailing list