Searched refs:GetCubicCoffC (Results 1 – 7 of 7) sorted by relevance
61 inline float GetCubicCoffC() const;105 inline float SamplingOptions::GetCubicCoffC() const in GetCubicCoffC() function
151 ASSERT_EQ(0, sampling->GetCubicCoffC());166 ASSERT_EQ(0, sampling->GetCubicCoffC());
53 sam.GetCubicCoffC(); in SamplingOptionsFuzzTest000()
91 skSamplingOptions = SkSamplingOptions({ options.GetCubicCoffB(), options.GetCubicCoffC() }); in ScalePixels()
142 skSampling = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in DrawingSamplingCastToSkSampling()
82 … samplingOptions = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in InitWithImage()
454 samplingOptions = SkSamplingOptions({ sampling.GetCubicCoffB(), sampling.GetCubicCoffC() }); in ScalePixels()