WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
258762
Implement an efficient method to extend the bounds of a FloatRect by a set of FloatPoints
https://bugs.webkit.org/show_bug.cgi?id=258762
Summary
Implement an efficient method to extend the bounds of a FloatRect by a set of...
Said Abou-Hallawa
Reported
2023-06-30 19:43:27 PDT
As a follow up of
https://github.com/WebKit/WebKit/pull/15451#discussion_r1248318874
, we need to implement a new method to extend the bounds of a FloatRect by a set of FloatPoints. This will replace multiple calls to FloatRect::extend() by a single call to the new method.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-07 19:44:13 PDT
<
rdar://problem/111939974
>
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