Searched refs:gMitchellCoefficients (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/effects/ |
D | GrBicubicEffect.h | 58 return Create(tex, gMitchellCoefficients, matrix, tileModes); in Create() 76 return SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix, domain)); in Create() 101 static const SkScalar gMitchellCoefficients[16]; variable
|
D | GrBicubicEffect.cpp | 14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect
|
/external/skia/src/gpu/effects/ |
D | GrBicubicEffect.h | 59 return Create(tex, gMitchellCoefficients, matrix, tileModes); in Create() 76 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix, in Create() 103 static const SkScalar gMitchellCoefficients[16]; variable
|
D | GrBicubicEffect.cpp | 5 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect
|
/external/skia/src/effects/ |
D | SkBicubicImageFilter.cpp | 25 static const SkScalar gMitchellCoefficients[16] = { variable 40 return SkNEW_ARGS(SkBicubicImageFilter, (scale, gMitchellCoefficients, input)); in CreateMitchell()
|