Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
struct | SkCubicResampler |
struct | SkSamplingOptions |
Enumerations | |
enum class | SkFilterMode { kNearest , kLinear , kLast = kLinear } |
enum class | SkMipmapMode { kNone , kNearest , kLinear , kLast = kLinear } |
Variables | |
static constexpr int | kSkFilterModeCount = static_cast<int>(SkFilterMode::kLast) + 1 |
static constexpr int | kSkMipmapModeCount = static_cast<int>(SkMipmapMode::kLast) + 1 |
|
strong |
Enumerator | |
---|---|
kNearest | |
kLinear | |
kLast |
Definition at line 16 of file SkSamplingOptions.h.
|
strong |
Enumerator | |
---|---|
kNone | |
kNearest | |
kLinear | |
kLast |
Definition at line 24 of file SkSamplingOptions.h.
|
staticconstexpr |
Definition at line 22 of file SkSamplingOptions.h.
|
staticconstexpr |
Definition at line 31 of file SkSamplingOptions.h.