Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBicubicEffect.h58 return Create(tex, gMitchellCoefficients, matrix, tileModes); in Create()
76 return SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix, domain)); in Create()
103 static const SkScalar gMitchellCoefficients[16]; variable
DGrBicubicEffect.cpp14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect