Lines Matching refs:xoff
103 int line, col, leftover, src, dst, xsteps, sstep, dstep, dpitch, x, xoff;
132 xoff = 0;
134 cmd = 0x300000001f000000LL | (uint64_t)(src + xoff);
135 pTcx->rblit[dst + xoff] = cmd;
136 xoff += 32;
140 cmd = lcmd | (uint64_t)(src + xoff);
141 pTcx->rblit[dst + xoff] = cmd;
150 xoff = xsteps << 5;
152 cmd = lcmd | (uint64_t)(src + xoff);
153 pTcx->rblit[dst + xoff] = cmd;
155 xoff -= 32;
157 cmd = 0x300000001f000000LL | (uint64_t)(src + xoff);
158 pTcx->rblit[dst + xoff] = cmd;
159 xoff -= 32;