Lines Matching refs:dstx
87 int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax; in miCopyArea() local
128 dstx = xOut; in miCopyArea()
131 dstx += pDstDrawable->x; in miCopyArea()
162 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal. in miCopyArea()
179 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */ in miCopyArea()
229 xMin -= (srcx - dstx); in miCopyArea()
370 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty) in miOpqStipDrawable() argument
441 gcv[2].val = dstx - srcx; in miOpqStipDrawable()
453 rect.x = dstx; in miOpqStipDrawable()
477 rect.x = dstx; in miOpqStipDrawable()
516 int width, int height, int dstx, int dsty, unsigned long bitPlane) in miCopyPlane() argument
573 dstx + box.x1 - srcx, dsty + box.y1 - srcy); in miCopyPlane()
578 width, height, dstx, dsty); in miCopyPlane()