Flutter Engine
The Flutter Engine
|
#include <SkImage_RasterPinnable.h>
Public Attributes | |
GrSurfaceProxyView | fPinnedView |
int32_t | fPinnedCount = 0 |
uint32_t | fPinnedUniqueID = SK_InvalidUniqueID |
uint32_t | fPinnedContextID = SK_InvalidUniqueID |
GrColorType | fPinnedColorType = GrColorType::kUnknown |
Definition at line 29 of file SkImage_RasterPinnable.h.
GrColorType PinnedData::fPinnedColorType = GrColorType::kUnknown |
Definition at line 34 of file SkImage_RasterPinnable.h.
uint32_t PinnedData::fPinnedContextID = SK_InvalidUniqueID |
Definition at line 33 of file SkImage_RasterPinnable.h.
int32_t PinnedData::fPinnedCount = 0 |
Definition at line 31 of file SkImage_RasterPinnable.h.
uint32_t PinnedData::fPinnedUniqueID = SK_InvalidUniqueID |
Definition at line 32 of file SkImage_RasterPinnable.h.
GrSurfaceProxyView PinnedData::fPinnedView |
Definition at line 30 of file SkImage_RasterPinnable.h.