HomeSort by relevance Sort by last modified time
    Searched full:cubicblend (Results 1 - 3 of 3) sorted by null

  /external/skia/src/effects/
SkBicubicImageFilter.cpp 65 inline SkPMColor cubicBlend(const SkScalar c[16], SkScalar t, SkPMColor c0, SkPMColor c1, SkPMColor c2, SkPMColor c3) {
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
157 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
158 *dptr++ = cubicBlend(fCoefficients, fracty, s0, s1, s2, s3);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 87 "cubicBlend",
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 76 "cubicBlend",

Completed in 174 milliseconds