Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBicubicEffect.h23 static constexpr SkImage::CubicResampler gCatmullRom = { 0, 1.0f/2 }; variable
DGrBicubicEffect.cpp261 : GrBicubicEffect::gCatmullRom; in TestCreate()
/external/skia/src/gpu/
DGrSurfaceContext.cpp1277 static constexpr auto kKernel = GrBicubicEffect::gCatmullRom; in rescaleInto()