#include <compressed_image.h>
Definition at line 17 of file compressed_image.h.
◆ ~CompressedImage()
impeller::CompressedImage::~CompressedImage |
( |
| ) |
|
|
virtualdefault |
◆ CompressedImage()
impeller::CompressedImage::CompressedImage |
( |
std::shared_ptr< const fml::Mapping > |
allocation | ) |
|
|
explicitprotected |
Definition at line 9 of file compressed_image.cc.
10 :
source_(std::move(allocation)) {}
const std::shared_ptr< const fml::Mapping > source_
◆ Decode()
◆ IsValid()
bool impeller::CompressedImage::IsValid |
( |
| ) |
const |
◆ source_
const std::shared_ptr<const fml::Mapping> impeller::CompressedImage::source_ |
|
protected |
The documentation for this class was generated from the following files: