Home | History | Annotate | Download | only in mi

Lines Matching defs:dstx

95     int			srcx, srcy, dstx, dsty, i, j, y, width, height,
138 dstx = xOut;
142 dstx += pDstDrawable->x;
172 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal.
189 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */
242 xMin -= (srcx - dstx);
398 MiBits *pbits, int srcx, int w, int h, int dstx, int dsty)
474 gcv[2].val = dstx - srcx;
486 rect.x = dstx;
510 rect.x = dstx;
551 int dstx,
612 dstx + box.x1 - srcx, dsty + box.y1 - srcy);
617 width, height, dstx, dsty, bitPlane);