#include <embedder.h>
Public Attributes | ||
| FlutterPlatformViewMutationType | type | |
| The type of the mutation described by the subsequent union. | ||
| union { | ||
| double opacity | ||
| FlutterRect clip_rect | ||
| FlutterRoundedRect clip_rounded_rect | ||
| FlutterTransformation transformation | ||
| }; | ||
Definition at line 2012 of file embedder.h.
| union { ... } FlutterPlatformViewMutation |
| FlutterRect FlutterPlatformViewMutation::clip_rect |
Definition at line 2017 of file embedder.h.
Referenced by flutter::ConvertMutation(), operator<<(), operator==(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_P().
| FlutterRoundedRect FlutterPlatformViewMutation::clip_rounded_rect |
Definition at line 2018 of file embedder.h.
Referenced by flutter::ConvertMutation(), operator<<(), operator==(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_P().
| double FlutterPlatformViewMutation::opacity |
Definition at line 2016 of file embedder.h.
Referenced by flutter::ConvertMutation(), operator<<(), operator==(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_P().
| FlutterTransformation FlutterPlatformViewMutation::transformation |
Definition at line 2019 of file embedder.h.
Referenced by flutter::ConvertMutation(), operator<<(), operator==(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| FlutterPlatformViewMutationType FlutterPlatformViewMutation::type |
The type of the mutation described by the subsequent union.
Definition at line 2014 of file embedder.h.
Referenced by flutter::ConvertMutation(), flutter::ConvertMutation(), flutter::ConvertMutation(), flutter::ConvertMutation(), flutter::testing::FilterMutationsByType(), operator<<(), operator==(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_P().