Home | History | Annotate | Download | only in dev

Lines Matching refs:dx

119     uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop,
155 pdstLine += (dx >> 5);
161 dstBit = dx & 0x1f;
169 maskbits(dx, cx, startmask, endmask, nlMiddle);
171 nstart = 32 - (dx & 0x1f);
175 nend = (dx + cx) & 0x1f;
182 if (sx >= dx) { /* move left to right */
183 pdstLine += (dx >> 5);
192 (dx & 0x1f), nstart, pdst, rop);
231 pdstLine += ((dx + cx) >> 5);
265 (dx & 0x1f), nstart, pdst, rop);