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::DlImage > | Skwasm::MakeImageFromPicture (flutter::DisplayList *display_list, int32_t width, int32_t height) |
| sk_sp< flutter::DlImage > | Skwasm::MakeImageFromTexture (SkwasmObject texture_source, int width, int height, Skwasm::Surface *surface) |
| sk_sp< flutter::DlImage > | Skwasm::MakeImageFromPixels (SkData *data, int width, int height, PixelFormat pixel_format, size_t row_byte_count) |