Flutter Engine
The Flutter Engine
|
#include <texture.h>
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< Texture > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
|
explicit |
Definition at line 21 of file texture.cc.
|
overridedefault |
Dart_Handle flutter::gpu::Texture::AsImage | ( | ) | const |
Definition at line 52 of file texture.cc.
size_t flutter::gpu::Texture::GetBytesPerTexel | ( | ) |
Definition at line 47 of file texture.cc.
std::shared_ptr< impeller::Texture > flutter::gpu::Texture::GetTexture | ( | ) |
Definition at line 26 of file texture.cc.
bool flutter::gpu::Texture::Overwrite | ( | const tonic::DartByteData & | source_bytes | ) |
Definition at line 35 of file texture.cc.
void flutter::gpu::Texture::SetCoordinateSystem | ( | impeller::TextureCoordinateSystem | coordinate_system | ) |
Definition at line 30 of file texture.cc.