WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
233510
[GPU Process] [Filters 11/23] Move FilterEffect relative absolutePaintRect calculation to FilterImage
https://bugs.webkit.org/show_bug.cgi?id=233510
Summary
[GPU Process] [Filters 11/23] Move FilterEffect relative absolutePaintRect ca...
Said Abou-Hallawa
Reported
2021-11-25 21:21:09 PST
This is a step towards simplifying the FilterEffect geometry and removing the FilterImage from FilterEffect.
Attachments
Patch
(28.17 KB, patch)
2021-11-25 21:27 PST
,
Said Abou-Hallawa
heycam
: review+
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(29.78 KB, patch)
2021-11-25 22:53 PST
,
Said Abou-Hallawa
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Said Abou-Hallawa
Comment 1
2021-11-25 21:27:28 PST
Created
attachment 445169
[details]
Patch
Cameron McCormack (:heycam)
Comment 2
2021-11-25 21:48:51 PST
Comment on
attachment 445169
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=445169&action=review
> Source/WebCore/ChangeLog:11 > + getting the moved the absolutePaintRect of a FilterEffect. No need for
"getting the moved absolutePaintRect"?
> Source/WebCore/ChangeLog:12 > + clamping scaling since all FilterImages have to be within MaxClampedArea.
"clamping or scaling"
> Source/WebCore/platform/graphics/filters/FilterImage.cpp:60 > +IntRect FilterImage::relativeAbsoluteImageRect(const FilterImage& origin) const
"relativeAbsoluteImageRect" is a confusing name for me, since "relative" and "absolute" are opposites. I'm struggling to come up with a good name -- something like "absoluteImageRectRelativeToFilterImage"? Not sure. Maybe there could be a better name if the "this" and argument were the other way around?
Said Abou-Hallawa
Comment 3
2021-11-25 22:53:59 PST
Created
attachment 445170
[details]
Patch
Said Abou-Hallawa
Comment 4
2021-11-25 23:18:04 PST
Comment on
attachment 445169
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=445169&action=review
>> Source/WebCore/platform/graphics/filters/FilterImage.cpp:60 >> +IntRect FilterImage::relativeAbsoluteImageRect(const FilterImage& origin) const > > "relativeAbsoluteImageRect" is a confusing name for me, since "relative" and "absolute" are opposites. I'm struggling to come up with a good name -- something like "absoluteImageRectRelativeToFilterImage"? Not sure. Maybe there could be a better name if the "this" and argument were the other way around?
We agreed on naming it absoluteImageRectRelativeTo() at least for now.
EWS
Comment 5
2021-11-25 23:53:46 PST
Committed
r286172
(
244555@main
): <
https://commits.webkit.org/244555@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 445170
[details]
.
Radar WebKit Bug Importer
Comment 6
2021-11-25 23:54:25 PST
<
rdar://problem/85761241
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug