Home | History | Annotate | Download | only in utils

Lines Matching full:blend

42         <blend>
63 SkMSec nextTime, const SkScalar blend[4]) {
67 return blend ?
68 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t;
162 const SkScalar values[], const SkScalar blend[4]) {
165 if (blend == nullptr) {
166 blend = gIdentityBlend;
175 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend));