Flutter Engine
The Flutter Engine
|
#include <surface_frame.h>
Public Attributes | |
bool | supports_readback = false |
bool | supports_partial_repaint = false |
int | vertical_clip_alignment = 1 |
int | horizontal_clip_alignment = 1 |
std::optional< SkIRect > | existing_damage = std::nullopt |
Definition at line 30 of file surface_frame.h.
std::optional<SkIRect> flutter::SurfaceFrame::FramebufferInfo::existing_damage = std::nullopt |
Definition at line 56 of file surface_frame.h.
int flutter::SurfaceFrame::FramebufferInfo::horizontal_clip_alignment = 1 |
Definition at line 43 of file surface_frame.h.
bool flutter::SurfaceFrame::FramebufferInfo::supports_partial_repaint = false |
Definition at line 37 of file surface_frame.h.
bool flutter::SurfaceFrame::FramebufferInfo::supports_readback = false |
Definition at line 33 of file surface_frame.h.
int flutter::SurfaceFrame::FramebufferInfo::vertical_clip_alignment = 1 |
Definition at line 42 of file surface_frame.h.