HomeSort by relevance Sort by last modified time
    Searched defs:fCoefficients (Results 1 - 5 of 5) sorted by null

  /external/skia/include/effects/
SkBicubicImageFilter.h 52 SkScalar fCoefficients[16];
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.h 27 const float* coefficients() const { return fCoefficients; }
96 float fCoefficients[16];
  /external/skia/src/gpu/effects/
GrBicubicEffect.h 28 const float* coefficients() const { return fCoefficients; }
98 float fCoefficients[16];
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h 137 GrGLfloat fCoefficients[3 * 3];
  /external/skia/src/gpu/gl/
GrGpuGL.h 473 GrGLfloat fCoefficients[3 * 3];

Completed in 753 milliseconds