Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Macros | |
#define | SK_RASTER_PIPELINE_OPS_LOWP(M) |
#define | SK_RASTER_PIPELINE_OPS_SKSL(M) |
#define | SK_RASTER_PIPELINE_OPS_HIGHP_ONLY(M) |
#define | SK_RASTER_PIPELINE_OPS_ALL(M) |
#define | M(op) op, |
#define | M(st) +1 |
Enumerations | |
enum class | SkRasterPipelineOp { M } |
Variables | |
static constexpr int | kNumRasterPipelineLowpOps = SK_RASTER_PIPELINE_OPS_LOWP(M) |
static constexpr int | kNumRasterPipelineHighpOps = SK_RASTER_PIPELINE_OPS_ALL(M) |
#define M | ( | op | ) | op, |
Definition at line 220 of file SkRasterPipelineOpList.h.
#define M | ( | st | ) | +1 |
Definition at line 220 of file SkRasterPipelineOpList.h.
#define SK_RASTER_PIPELINE_OPS_ALL | ( | M | ) |
Definition at line 208 of file SkRasterPipelineOpList.h.
#define SK_RASTER_PIPELINE_OPS_HIGHP_ONLY | ( | M | ) |
Definition at line 153 of file SkRasterPipelineOpList.h.
#define SK_RASTER_PIPELINE_OPS_LOWP | ( | M | ) |
Definition at line 12 of file SkRasterPipelineOpList.h.
#define SK_RASTER_PIPELINE_OPS_SKSL | ( | M | ) |
Definition at line 56 of file SkRasterPipelineOpList.h.
|
strong |
Enumerator | |
---|---|
M |
Definition at line 213 of file SkRasterPipelineOpList.h.
|
staticconstexpr |
Definition at line 222 of file SkRasterPipelineOpList.h.
|
staticconstexpr |
Definition at line 221 of file SkRasterPipelineOpList.h.