Bug 284596

Summary: Reduce calls to AffineTransform::multiply()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: AccessibilityAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andresg_22, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Simon Fraser (smfr)
Reported 2024-12-12 16:56:42 PST
We can remove some calls to AffineTransform::multiply() by avoiding it when we know a transform is identity, and by making it possible to create a rotation transform without a multiply.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-12 16:56:51 PST
Simon Fraser (smfr)
Comment 2 2024-12-12 16:58:41 PST
EWS
Comment 3 2024-12-13 10:25:56 PST
Committed 287799@main (e1e511077e89): <https://commits.webkit.org/287799@main> Reviewed commits have been landed. Closing PR #37875 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.