Flutter Engine
 
Loading...
Searching...
No Matches
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< SkData > data
 

Detailed Description

A screenshot of the surface's raw data.

Definition at line 29 of file surface.h.

Member Data Documentation

◆ data

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

Definition at line 31 of file surface.h.

Referenced by flutter::Rasterizer::ScreenshotLastLayerTree().

◆ pixel_format

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

Definition at line 30 of file surface.h.

Referenced by flutter::Rasterizer::ScreenshotLastLayerTree().


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