Searched defs:SkCubicResampler (Results 1 – 1 of 1) sorted by relevance
50 struct SkCubicResampler { struct54 static constexpr SkCubicResampler Mitchell() { return {1/3.0f, 1/3.0f}; } in Mitchell() argument55 static constexpr SkCubicResampler CatmullRom() { return {0.0f, 1/2.0f}; } in CatmullRom() argument