Home | History | Annotate | Download | only in mi

Lines Matching defs:dstx

91     int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax;
132 dstx = xOut;
135 dstx += pDstDrawable->x;
166 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal.
183 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */
233 xMin -= (srcx - dstx);
374 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty)
445 gcv[2].val = dstx - srcx;
457 rect.x = dstx;
481 rect.x = dstx;
520 int width, int height, int dstx, int dsty, unsigned long bitPlane)
577 dstx + box.x1 - srcx, dsty + box.y1 - srcy);
582 width, height, dstx, dsty);