A structure to represent a damage region. More...
#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of this struct. Must be sizeof(FlutterDamage). | |
| size_t | num_rects |
| The number of rectangles within the damage region. | |
| FlutterRect * | damage |
| The actual damage region(s) in question. | |
A structure to represent a damage region.
Definition at line 664 of file embedder.h.
| FlutterRect* FlutterDamage::damage |
The actual damage region(s) in question.
Definition at line 670 of file embedder.h.
Referenced by InferOpenGLPlatformViewCreationCallback(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| size_t FlutterDamage::num_rects |
The number of rectangles within the damage region.
Definition at line 668 of file embedder.h.
Referenced by InferOpenGLPlatformViewCreationCallback(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| size_t FlutterDamage::struct_size |
The size of this struct. Must be sizeof(FlutterDamage).
Definition at line 666 of file embedder.h.
Referenced by InferOpenGLPlatformViewCreationCallback().