-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Currently all of the native methods in ui.Canvas make a call on an SkCanvas* to record their operations. When the DisplayList feature is enabled, those calls are going through an adapter which repeats them into an associated DisplayListBuilder object. Eventually we will be eliminating the legacy SkPicture support and the DisplayListBuilder path will be the only supported implementation. At that point the adapter will be unnecessary overhead and so we should teach the native methods to call directly into the Builder methods.
See also #93417 for doing the same work for the ui.Paragraph code.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Type
Projects
Status
✅ Done