Flutter Engine
The Flutter Engine
|
#include <KeyContext.h>
Public Member Functions | |
KeyContextWithCoordClamp (const KeyContext &other) | |
Public Member Functions inherited from skgpu::graphite::KeyContext | |
KeyContext (const Caps *caps, ShaderCodeDictionary *dict, RuntimeEffectDictionary *rtEffectDict, const SkColorInfo &dstColorInfo, sk_sp< TextureProxy > dstTexture, SkIPoint dstOffset) | |
KeyContext (Recorder *, const SkM44 &local2Dev, const SkColorInfo &dstColorInfo, OptimizeSampling optimizeSampling, const SkColor4f &paintColor, sk_sp< TextureProxy > dstTexture, SkIPoint dstOffset) | |
KeyContext (const KeyContext &) | |
Recorder * | recorder () const |
const Caps * | caps () const |
const SkM44 & | local2Dev () const |
const SkMatrix * | localMatrix () const |
ShaderCodeDictionary * | dict () const |
RuntimeEffectDictionary * | rtEffectDict () const |
const SkColorInfo & | dstColorInfo () const |
sk_sp< TextureProxy > | dstTexture () const |
SkIPoint | dstOffset () const |
const SkPMColor4f & | paintColor () const |
Scope | scope () const |
OptimizeSampling | optimizeSampling () const |
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 159 of file KeyContext.h.
|
inline |
Definition at line 161 of file KeyContext.h.