Home
last modified time | relevance | path

Searched refs:gMitchell (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrBicubicEffect.h22 inline static constexpr SkImage::CubicResampler gMitchell = { 1.0f/3, 1.0f/3 }; variable
DGrBicubicEffect.cpp253 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in TestCreate()