Home | History | Annotate | Download | only in gradients

Lines Matching full:toggle

136                                     const SkPMColor* cache, int toggle, int count);
139 const SkPMColor* SK_RESTRICT cache, int toggle,
148 *dstC++ = cache[toggle +
151 toggle = next_dither_toggle(toggle);
156 const SkPMColor* SK_RESTRICT cache, int toggle,
165 *dstC++ = cache[toggle +
168 toggle = next_dither_toggle(toggle);
173 const SkPMColor* SK_RESTRICT cache, int toggle,
182 *dstC++ = cache[toggle +
185 toggle = next_dither_toggle(toggle);
237 int toggle = init_dither_toggle(x, y);
274 (*shadeProc)(&rec, dstC, cache, toggle, count);
282 (*shadeProc)(&rec, dstC, cache, toggle, 1);
285 toggle = next_dither_toggle(toggle);