Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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()
101 static const SkScalar gMitchellCoefficients[16]; variable
DGrBicubicEffect.cpp14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect
/external/skia/src/gpu/effects/
DGrBicubicEffect.h59 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
DGrBicubicEffect.cpp5 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { member in GrBicubicEffect
/external/skia/src/effects/
DSkBicubicImageFilter.cpp25 static const SkScalar gMitchellCoefficients[16] = { variable
40 return SkNEW_ARGS(SkBicubicImageFilter, (scale, gMitchellCoefficients, input)); in CreateMitchell()