Flutter Engine
The Flutter Engine
|
#include <SkAndroidCodec.h>
Public Member Functions | |
AndroidOptions () | |
Public Member Functions inherited from SkCodec::Options | |
Options () | |
Public Attributes | |
int | fSampleSize |
Public Attributes inherited from SkCodec::Options | |
ZeroInitialized | fZeroInitialized |
const SkIRect * | fSubset |
int | fFrameIndex |
int | fPriorFrame |
Additional options to pass to getAndroidPixels().
Definition at line 205 of file SkAndroidCodec.h.
|
inline |
Definition at line 206 of file SkAndroidCodec.h.
int SkAndroidCodec::AndroidOptions::fSampleSize |
The client may provide an integer downscale factor for the decode. The codec may implement this downscaling by sampling or another method if it is more efficient.
The default is 1, representing no downscaling.
Definition at line 218 of file SkAndroidCodec.h.