Flutter Engine
The Flutter Engine
|
Public Member Functions | |
EmptyGenerator () | |
Public Member Functions inherited from SkImageGenerator | |
virtual | ~SkImageGenerator () |
uint32_t | uniqueID () const |
sk_sp< SkData > | refEncodedData () |
const SkImageInfo & | getInfo () const |
bool | isValid (GrRecordingContext *context) const |
bool | isProtected () const |
bool | getPixels (const SkImageInfo &info, void *pixels, size_t rowBytes) |
bool | getPixels (const SkPixmap &pm) |
bool | queryYUVAInfo (const SkYUVAPixmapInfo::SupportedDataTypes &supportedDataTypes, SkYUVAPixmapInfo *yuvaPixmapInfo) const |
bool | getYUVAPlanes (const SkYUVAPixmaps &yuvaPixmaps) |
virtual bool | isTextureGenerator () const |
Additional Inherited Members | |
Protected Member Functions inherited from SkImageGenerator | |
SkImageGenerator (const SkImageInfo &info, uint32_t uniqueId=kNeedNewImageUniqueID) | |
virtual sk_sp< SkData > | onRefEncodedData () |
virtual bool | onGetPixels (const SkImageInfo &, void *, size_t, const Options &) |
virtual bool | onIsValid (GrRecordingContext *) const |
virtual bool | onIsProtected () const |
virtual bool | onQueryYUVAInfo (const SkYUVAPixmapInfo::SupportedDataTypes &, SkYUVAPixmapInfo *) const |
virtual bool | onGetYUVAPlanes (const SkYUVAPixmaps &) |
Protected Attributes inherited from SkImageGenerator | |
const SkImageInfo | fInfo |
Static Protected Attributes inherited from SkImageGenerator | |
static constexpr int | kNeedNewImageUniqueID = 0 |
Definition at line 708 of file ImageTest.cpp.
|
inline |
Definition at line 710 of file ImageTest.cpp.