Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkSamplingOptions.h50 struct SkCubicResampler { struct
54 static constexpr SkCubicResampler Mitchell() { return {1/3.0f, 1/3.0f}; } in Mitchell() argument
55 static constexpr SkCubicResampler CatmullRom() { return {0.0f, 1/2.0f}; } in CatmullRom() argument