Home | History | Annotate | Download | only in utils

Lines Matching full:blend

41         <blend>
62 SkMSec nextTime, const SkScalar blend[4]) {
66 return blend ?
67 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t;
161 const SkScalar values[], const SkScalar blend[4]) {
164 if (blend == nullptr) {
165 blend = gIdentityBlend;
174 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend));