Lines Matching full:toggle
97 int toggle = init_dither_toggle(x, y);
119 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
122 toggle = next_dither_toggle(toggle);
128 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
129 toggle = next_dither_toggle(toggle);
139 int toggle = init_dither_toggle16(x, y);
162 *dstC++ = cache[toggle + index];
163 toggle = next_dither_toggle16(toggle);
174 *dstC++ = cache[toggle + index];
175 toggle = next_dither_toggle16(toggle);