Lines Matching refs:xx
227 int nn, xx = x & 3;232 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);234 xx = (xx + 1) & 3;394 int yy, xx;406 xx = 0;408 dst[xx] = rgb565_to_argb32(src[xx]);409 xx++;