Flutter Engine
The Flutter Engine
|
#include <ContextOptionsPriv.h>
Public Attributes | |
int | fMaxTextureSizeOverride = SK_MaxS32 |
int | fMaxTextureAtlasSize = 2048 |
bool | fStoreContextRefInRecorder = false |
PathRendererStrategy | fPathRendererStrategy = PathRendererStrategy::kDefault |
Private options that are only meant for testing within Skia's tools.
Definition at line 50 of file ContextOptionsPriv.h.
int skgpu::graphite::ContextOptionsPriv::fMaxTextureAtlasSize = 2048 |
Maximum width and height of internal texture atlases.
Definition at line 57 of file ContextOptionsPriv.h.
Definition at line 52 of file ContextOptionsPriv.h.
PathRendererStrategy skgpu::graphite::ContextOptionsPriv::fPathRendererStrategy = PathRendererStrategy::kDefault |
Definition at line 65 of file ContextOptionsPriv.h.
bool skgpu::graphite::ContextOptionsPriv::fStoreContextRefInRecorder = false |
If true, will store a pointer in Recorder that points back to the Context that created it. Used by readPixels() and other methods that normally require a Context.
Definition at line 63 of file ContextOptionsPriv.h.