Home
last modified time | relevance | path

Searched defs:SkCubicResampler (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkSamplingOptions.h46 struct SkCubicResampler { struct
50 static constexpr SkCubicResampler Mitchell() { return {1/3.0f, 1/3.0f}; } in Mitchell() argument
51 static constexpr SkCubicResampler CatmullRom() { return {0.0f, 1/2.0f}; } in CatmullRom() argument