Home
last modified time | relevance | path

Searched refs:gCatmullRom (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrBicubicEffect.h23 inline static constexpr SkImage::CubicResampler gCatmullRom = { 0, 1.0f/2 }; variable
DGrBicubicEffect.cpp254 : GrBicubicEffect::gCatmullRom; in TestCreate()
/third_party/skia/src/gpu/
DSurfaceContext.cpp1201 static constexpr auto kKernel = GrBicubicEffect::gCatmullRom; in rescaleInto()