Flutter Engine
The Flutter Engine
|
#include <KeyContext.h>
Additional Inherited Members | |
Public Types inherited from skgpu::graphite::KeyContext | |
enum class | OptimizeSampling : bool { kNo = false , kYes = true } |
enum class | Scope { kDefault , kRuntimeEffect } |
Protected Attributes inherited from skgpu::graphite::KeyContext | |
Recorder * | fRecorder = nullptr |
SkM44 | fLocal2Dev |
SkMatrix * | fLocalMatrix = nullptr |
ShaderCodeDictionary * | fDictionary |
RuntimeEffectDictionary * | fRTEffectDict |
SkColorInfo | fDstColorInfo |
SkPMColor4f | fPaintColor = SK_PMColor4fBLACK |
Scope | fScope = Scope::kDefault |
OptimizeSampling | fOptimizeSampling = OptimizeSampling::kNo |
Definition at line 143 of file KeyContext.h.
|
inline |
Definition at line 145 of file KeyContext.h.