Home | History | Annotate | Download | only in gradients

Lines Matching defs:c1

80              const Sk4f& c1,
85 store<DstType, do_premul>(c1, dst++);
92 const Sk4f& c1,
96 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
107 Sk4f c1 = c + dc;
109 Sk4f c3 = c1 + dc2;
112 store4x<DstType, do_premul>(c0, c1, c2, c3, dst);
116 c1 = c1 + dc4;
123 store<DstType, do_premul>(c1, dst++);