Searched refs:CubicResampler (Results 1 – 5 of 5) sorted by relevance
35 struct CubicResampler { struct38 static constexpr CubicResampler Mitchell() in Mitchell() argument42 static constexpr CubicResampler CatmullRom() in CatmullRom() argument53 inline explicit SamplingOptions(const CubicResampler& c) noexcept;68 CubicResampler cubic = {0, 0};83 inline SamplingOptions::SamplingOptions(const CubicResampler& c) noexcept : useCubic(true), cubic(c… in SamplingOptions()
64 CubicResampler cubicResampler;134 CubicResampler cubicResampler;163 CubicResampler cubicResampler;
47 CubicResampler c = CubicResampler::CatmullRom(); in SamplingOptionsFuzzTest000()
346 CubicResampler cubicResampler;473 CubicResampler cubicResampler;
110 using RSCubicResampler = Rosen::Drawing::CubicResampler;