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

A screenshot of the surface's raw data. More...

#include <surface.h>

Public Attributes

std::string pixel_format
 
sk_sp< SkDatadata
 

Detailed Description

A screenshot of the surface's raw data.

Definition at line 27 of file surface.h.

Member Data Documentation

◆ data

sk_sp<SkData> flutter::Surface::SurfaceData::data

Definition at line 29 of file surface.h.

◆ pixel_format

std::string flutter::Surface::SurfaceData::pixel_format

Definition at line 28 of file surface.h.


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