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

#include <image_decoder_impeller.h>

Public Attributes

std::shared_ptr< impeller::DeviceBufferdevice_buffer
 
std::shared_ptr< SkBitmapsk_bitmap
 
SkImageInfo image_info
 
std::string decode_error
 

Detailed Description

Definition at line 40 of file image_decoder_impeller.h.

Member Data Documentation

◆ decode_error

std::string flutter::DecompressResult::decode_error

Definition at line 44 of file image_decoder_impeller.h.

◆ device_buffer

std::shared_ptr<impeller::DeviceBuffer> flutter::DecompressResult::device_buffer

Definition at line 41 of file image_decoder_impeller.h.

◆ image_info

SkImageInfo flutter::DecompressResult::image_info

Definition at line 43 of file image_decoder_impeller.h.

◆ sk_bitmap

std::shared_ptr<SkBitmap> flutter::DecompressResult::sk_bitmap

Definition at line 42 of file image_decoder_impeller.h.


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