Flutter Engine
The Flutter Engine
|
#include <SkImage_Lazy.h>
Public Member Functions | |
const SkImageInfo & | getInfo () const |
bool | isTextureGenerator () |
Public Member Functions inherited from SkNVRefCnt< SharedGenerator > | |
SkNVRefCnt () | |
~SkNVRefCnt () | |
bool | unique () const |
void | ref () const |
void | unref () const |
void | deref () const |
bool | refCntGreaterThan (int32_t threadIsolatedTestCnt) const |
Static Public Member Functions | |
static sk_sp< SharedGenerator > | Make (std::unique_ptr< SkImageGenerator > gen) |
Public Attributes | |
std::unique_ptr< SkImageGenerator > | fGenerator |
SkMutex | fMutex |
Definition at line 108 of file SkImage_Lazy.h.
const SkImageInfo & SharedGenerator::getInfo | ( | ) | const |
Definition at line 36 of file SkImage_Lazy.cpp.
bool SharedGenerator::isTextureGenerator | ( | ) |
Definition at line 38 of file SkImage_Lazy.cpp.
|
static |
Definition at line 27 of file SkImage_Lazy.cpp.
std::unique_ptr<SkImageGenerator> SharedGenerator::fGenerator |
Definition at line 117 of file SkImage_Lazy.h.
SkMutex SharedGenerator::fMutex |
Definition at line 118 of file SkImage_Lazy.h.