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

  /external/skia/src/animator/
SkOperandIterpolator.cpp 47 timeCode->fBlend[0] = SK_Scalar1 - blend;
48 timeCode->fBlend[1] = 0;
49 timeCode->fBlend[2] = 0;
50 timeCode->fBlend[3] = SK_Scalar1 - blend;
  /external/skia/src/utils/
SkInterpolator.cpp 122 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend);
174 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend));
  /external/skia/include/utils/
SkInterpolator.h 78 SkScalar fBlend[4];

Completed in 863 milliseconds