Lines Matching defs:xx
230 int nn, xx = x & 3;235 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);237 xx = (xx + 1) & 3;397 int yy, xx;413 xx = 0;415 dst[xx] = rgb565_to_rgba32(src[xx], rshift, gshift, bshift, amask);416 xx++;