HomeSort by relevance Sort by last modified time
    Searched refs:gMitchellCoefficients (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.h 38 return Create(tex, gMitchellCoefficients);
55 return Create(tex, gMitchellCoefficients, matrix, tileModes);
77 static const SkScalar gMitchellCoefficients[16];
GrBicubicEffect.cpp 5 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = {
  /external/skia/src/gpu/effects/
GrBicubicEffect.h 38 return Create(tex, gMitchellCoefficients);
55 return Create(tex, gMitchellCoefficients, matrix, tileModes);
77 static const SkScalar gMitchellCoefficients[16];
GrBicubicEffect.cpp 5 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = {
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 25 static const SkScalar gMitchellCoefficients[16] = {
40 return SkNEW_ARGS(SkBicubicImageFilter, (scale, gMitchellCoefficients, input));
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 25 static const SkScalar gMitchellCoefficients[16] = {
40 return SkNEW_ARGS(SkBicubicImageFilter, (scale, gMitchellCoefficients, input));

Completed in 114 milliseconds