[Webkit-unassigned] [Bug 248181] New: [Filters] FilterEffect::calculatePrimitiveSubregion() and calculateImageRect() should take a vector of the input rects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 10:40:47 PST 2022


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

            Bug ID: 248181
           Summary: [Filters] FilterEffect::calculatePrimitiveSubregion()
                    and calculateImageRect() should take a vector of the
                    input rects
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Instead of passing a FilterImageVector to these functions we should pass a Vector<FloatRect> since they care about the FilterImage::imageRect() only.

This work is towards supporting CoreGraphics filters since no FilterImage will be used while applying the FilterEffects.

-- 
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/20221121/be394d6a/attachment-0001.htm>


More information about the webkit-unassigned mailing list