Skia
2D Graphics Library
|
#include <SkSamplingOptions.h>
Public Member Functions | |
constexpr | SkSamplingOptions ()=default |
SkSamplingOptions (const SkSamplingOptions &)=default | |
SkSamplingOptions & | operator= (const SkSamplingOptions &that) |
constexpr | SkSamplingOptions (SkFilterMode fm, SkMipmapMode mm) |
constexpr | SkSamplingOptions (SkFilterMode fm) |
constexpr | SkSamplingOptions (const SkCubicResampler &c) |
bool | operator== (const SkSamplingOptions &other) const |
bool | operator!= (const SkSamplingOptions &other) const |
bool | isAniso () const |
Static Public Member Functions | |
static constexpr SkSamplingOptions | Aniso (int maxAniso) |
Public Attributes | |
const int | maxAniso = 0 |
const bool | useCubic = false |
const SkCubicResampler | cubic = {0, 0} |
const SkFilterMode | filter = SkFilterMode::kNearest |
const SkMipmapMode | mipmap = SkMipmapMode::kNone |
|
constexprdefault |
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlinestaticconstexpr |
|
inline |
|
inline |
|
inline |
|
inline |
const SkCubicResampler SkSamplingOptions::cubic = {0, 0} |
const SkFilterMode SkSamplingOptions::filter = SkFilterMode::kNearest |
const int SkSamplingOptions::maxAniso = 0 |
const SkMipmapMode SkSamplingOptions::mipmap = SkMipmapMode::kNone |
const bool SkSamplingOptions::useCubic = false |