Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::SurfaceFrame::FramebufferInfo Struct Reference

#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< SkIRectexisting_damage = std::nullopt
 

Detailed Description

Definition at line 30 of file surface_frame.h.

Member Data Documentation

◆ existing_damage

std::optional<SkIRect> flutter::SurfaceFrame::FramebufferInfo::existing_damage = std::nullopt

Definition at line 56 of file surface_frame.h.

◆ horizontal_clip_alignment

int flutter::SurfaceFrame::FramebufferInfo::horizontal_clip_alignment = 1

Definition at line 43 of file surface_frame.h.

◆ supports_partial_repaint

bool flutter::SurfaceFrame::FramebufferInfo::supports_partial_repaint = false

Definition at line 37 of file surface_frame.h.

◆ supports_readback

bool flutter::SurfaceFrame::FramebufferInfo::supports_readback = false

Definition at line 33 of file surface_frame.h.

◆ vertical_clip_alignment

int flutter::SurfaceFrame::FramebufferInfo::vertical_clip_alignment = 1

Definition at line 42 of file surface_frame.h.


The documentation for this struct was generated from the following file: