Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d6ee3ab

Browse files
authored
Reland [DisplayList] Add support for clipOval to leverage Impeller optimization (#53642)
Reland of #53622 that checks the inverse fill flag of the paths.
1 parent b6f6e1d commit d6ee3ab

23 files changed

+761
-73
lines changed

display_list/display_list.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ namespace flutter {
9898
V(TransformReset) \
9999
\
100100
V(ClipIntersectRect) \
101+
V(ClipIntersectOval) \
101102
V(ClipIntersectRRect) \
102103
V(ClipIntersectPath) \
103104
V(ClipDifferenceRect) \
105+
V(ClipDifferenceOval) \
104106
V(ClipDifferenceRRect) \
105107
V(ClipDifferencePath) \
106108
\

0 commit comments

Comments
 (0)