Home | History | Annotate | Download | only in gradients

Lines Matching defs:dstC

116 typedef void (*TwoPointConicalProc)(TwoPtRadial* rec, SkPMColor* dstC,
119 static void twopoint_clamp(TwoPtRadial* rec, SkPMColor* SK_RESTRICT dstC,
125 *dstC++ = 0;
129 *dstC++ = cache[toggle +
136 static void twopoint_repeat(TwoPtRadial* rec, SkPMColor* SK_RESTRICT dstC,
142 *dstC++ = 0;
146 *dstC++ = cache[toggle +
153 static void twopoint_mirror(TwoPtRadial* rec, SkPMColor* SK_RESTRICT dstC,
159 *dstC++ = 0;
163 *dstC++ = cache[toggle +
204 SkPMColor* SK_RESTRICT dstC = dstCParam;
238 (*shadeProc)(&fRec, dstC, cache, toggle, count);
248 (*shadeProc)(&fRec, dstC, cache, toggle, 1);