Home | History | Annotate | Download | only in gradients

Lines Matching defs:c0

79 void store4x(const Sk4f& c0,
84 store<DstType, do_premul>(c0, dst++);
91 void store4x<SkPMColor, false>(const Sk4f& c0,
96 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
106 Sk4f c0 = c ;
108 Sk4f c2 = c0 + dc2;
112 store4x<DstType, do_premul>(c0, c1, c2, c3, dst);
115 c0 = c0 + dc4;
122 store<DstType, do_premul>(c0, dst++);
124 c0 = c0 + dc2;
127 store<DstType, do_premul>(c0, dst);