Lines Matching full:coefficients
26 const float* coefficients() const { return fCoefficients; }
33 * Create a simple filter effect with custom bicubic coefficients and optional domain.
35 static const GrFragmentProcessor* Create(GrTexture* tex, const SkScalar coefficients[16],
40 return Create(tex, coefficients, GrCoordTransform::MakeDivByTextureWHMatrix(tex),
43 return new GrBicubicEffect(tex, coefficients,
57 * Create a filter effect with custom bicubic coefficients, the texture matrix, and the x/y
60 static const GrFragmentProcessor* Create(GrTexture* tex, const SkScalar coefficients[16],
63 return new GrBicubicEffect(tex, coefficients, matrix, tileModes);
85 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16], const SkMatrix &matrix,
87 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16], const SkMatrix &matrix,