Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
images.h File Reference

Go to the source code of this file.

Namespaces

namespace  Skwasm
 

Enumerations

enum class  Skwasm::PixelFormat {
  Skwasm::rgba8888 ,
  Skwasm::bgra8888 ,
  Skwasm::rgbaFloat32
}
 

Functions

sk_sp< flutter::DlImageSkwasm::MakeImageFromPicture (flutter::DisplayList *display_list, int32_t width, int32_t height)
 
sk_sp< flutter::DlImageSkwasm::MakeImageFromTexture (SkwasmObject texture_source, int width, int height, Skwasm::Surface *surface)
 
sk_sp< flutter::DlImageSkwasm::MakeImageFromPixels (SkData *data, int width, int height, PixelFormat pixel_format, size_t row_byte_count)