|
constexpr static TRect MakeEllipseBounds(const TPoint<Type>& center, |
This constructor was originally added in #185110
See https://chat.google.com/room/AAAAK4LG52w/35DTXTELmgE/35DTXTELmgE?cls=10 for the discussion around the original naming of this constructor. It was eventually named MakeEllipseBounds.
After seeing some usages of this (#188821 (comment), #188514 (comment)), @flar suggests that we should give this a different name.
flutter/engine/src/flutter/impeller/geometry/rect.h
Line 164 in 8428a40
This constructor was originally added in #185110
See https://chat.google.com/room/AAAAK4LG52w/35DTXTELmgE/35DTXTELmgE?cls=10 for the discussion around the original naming of this constructor. It was eventually named
MakeEllipseBounds.After seeing some usages of this (#188821 (comment), #188514 (comment)), @flar suggests that we should give this a different name.