Searched refs:gMitchellCoefficients (Results 1 – 2 of 2) sorted by relevance
58 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
14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect