Searched refs:gMitchell (Results 1 – 2 of 2) sorted by relevance
22 static constexpr SkImage::CubicResampler gMitchell = { 1.0f/3, 1.0f/3 }; variable
260 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in TestCreate()