Home | History | Annotate | Download | only in gradients

Lines Matching full:toggle

184     *dstC++ = cache[toggle + fi];   \
185 toggle = next_dither_toggle(toggle); \
192 int toggle, int count);
200 int toggle, int count) {
208 int index0 = fi + toggle;
223 int toggle, int count) {
230 cache[toggle + range.fV0],
231 cache[next_dither_toggle(toggle) + range.fV0],
252 cache[toggle + range.fV1],
253 cache[next_dither_toggle(toggle) + range.fV1],
261 int toggle, int count) {
266 *dstC++ = cache[toggle + fi];
267 toggle = next_dither_toggle(toggle);
274 int toggle, int count) {
279 *dstC++ = cache[toggle + fi];
280 toggle = next_dither_toggle(toggle);
305 int toggle = init_dither_toggle(x, y);
331 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count);
339 *dstC++ = cache[toggle + (fi >> kCache32Shift)];
340 toggle = next_dither_toggle(toggle);