Lines Matching defs:c1
439 SkPMColor cache[], SkColor c0, SkColor c1,
445 uint32_t a1 = SkMulDiv255Round(SkColorGetA(c1), paintAlpha);
455 uint32_t r1 = SkColorGetR(c1);
456 uint32_t g1 = SkColorGetG(c1);
457 uint32_t b1 = SkColorGetB(c1);
645 Sk4f c1 = Sk4f::Load(fOrigColors4f[i].vec());
648 c1 = c1 * Sk4f(c1[3], c1[3], c1[3], 1.0f);
652 Sk4f delta = (c1 - c0) * step;