Skia
2D Graphics Library
SkCubicResampler Struct Reference

#include <SkSamplingOptions.h>

Static Public Member Functions

static constexpr SkCubicResampler Mitchell ()
 
static constexpr SkCubicResampler CatmullRom ()
 

Public Attributes

float B
 
float C
 

Member Function Documentation

◆ CatmullRom()

static constexpr SkCubicResampler SkCubicResampler::CatmullRom ( )
inlinestaticconstexpr

◆ Mitchell()

static constexpr SkCubicResampler SkCubicResampler::Mitchell ( )
inlinestaticconstexpr

Member Data Documentation

◆ B

float SkCubicResampler::B

◆ C

float SkCubicResampler::C

The documentation for this struct was generated from the following file: