Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
Skwasm::TextureSourceWrapper Class Reference

#include <surface.h>

Public Member Functions

 TextureSourceWrapper (SkwasmObject texture_source)
 
 ~TextureSourceWrapper ()
 
SkwasmObject GetTextureSource ()
 

Detailed Description

Definition at line 27 of file surface.h.

Constructor & Destructor Documentation

◆ TextureSourceWrapper()

Skwasm::TextureSourceWrapper::TextureSourceWrapper ( SkwasmObject  texture_source)

Definition at line 311 of file surface.cc.

312 {
314}
unsigned long GetRasterThread()
Definition surface.cc:44
void skwasm_setAssociatedObjectOnThread(unsigned long thread_id, void *pointer, SkwasmObject object)

References Skwasm::GetRasterThread(), and skwasm_setAssociatedObjectOnThread().

◆ ~TextureSourceWrapper()

Skwasm::TextureSourceWrapper::~TextureSourceWrapper ( )

Definition at line 316 of file surface.cc.

316 {
318}
void skwasm_disposeAssociatedObjectOnThread(unsigned long thread_id, void *pointer)

References Skwasm::GetRasterThread(), and skwasm_disposeAssociatedObjectOnThread().

Member Function Documentation

◆ GetTextureSource()

SkwasmObject Skwasm::TextureSourceWrapper::GetTextureSource ( )

Definition at line 320 of file surface.cc.

320 {
321 return skwasm_getAssociatedObject(this);
322}
SkwasmObject skwasm_getAssociatedObject(void *pointer)

References skwasm_getAssociatedObject().


The documentation for this class was generated from the following files: