Lines Matching refs:dsty
87 int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax; in miCopyArea() local
129 dsty = yOut; in miCopyArea()
132 dsty += pDstDrawable->y; in miCopyArea()
160 if (dsty <= srcBox.y1) { /* Scroll up or stationary vertical. in miCopyArea()
230 y = yMin - (srcy - dsty); in miCopyArea()
370 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty) in miOpqStipDrawable() argument
442 gcv[3].val = dsty; in miOpqStipDrawable()
454 rect.y = dsty; in miOpqStipDrawable()
478 rect.y = dsty; 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()