Flutter Engine
The Flutter Engine
|
#include <GrFPArgs.h>
Public Types | |
enum class | Scope { kDefault , kRuntimeEffect } |
Public Member Functions | |
GrFPArgs (GrRecordingContext *context, const GrColorInfo *dstColorInfo, const SkSurfaceProps &surfaceProps, Scope scope) | |
Public Attributes | |
GrRecordingContext * | fContext |
const GrColorInfo * | fDstColorInfo |
const SkSurfaceProps & | fSurfaceProps |
Scope | fScope |
Definition at line 18 of file GrFPArgs.h.
|
strong |
Enumerator | |
---|---|
kDefault | |
kRuntimeEffect |
Definition at line 19 of file GrFPArgs.h.
|
inline |
Definition at line 24 of file GrFPArgs.h.
GrRecordingContext* GrFPArgs::fContext |
Definition at line 35 of file GrFPArgs.h.
const GrColorInfo* GrFPArgs::fDstColorInfo |
Definition at line 37 of file GrFPArgs.h.
Scope GrFPArgs::fScope |
Definition at line 41 of file GrFPArgs.h.
const SkSurfaceProps& GrFPArgs::fSurfaceProps |
Definition at line 39 of file GrFPArgs.h.