Lines Matching refs:xDst
253 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in exaTryDriverSolidFill() argument
274 xDst += pDst->pDrawable->x; in exaTryDriverSolidFill()
282 xSrc, ySrc, 0, 0, xDst, yDst, width, height)) in exaTryDriverSolidFill()
438 INT16 xDst = rects->xDst + pDst->pDrawable->x; in exaTryDriverCompositeRects() local
459 xSrc, ySrc, xMask, yMask, xDst, yDst, in exaTryDriverCompositeRects()
468 xMask = xMask + mask_off_x - xDst - dst_off_x; in exaTryDriverCompositeRects()
470 xSrc = xSrc + src_off_x - xDst - dst_off_x; in exaTryDriverCompositeRects()
541 int rect_x2 = r->xDst + r->width; in exaCompositeRects()
544 if (r->xDst < x1) in exaCompositeRects()
545 x1 = r->xDst; in exaCompositeRects()
610 r->xDst, r->yDst, r->width, r->height); in exaCompositeRects()
636 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in exaTryDriverComposite() argument
669 xDst += pDst->pDrawable->x; in exaTryDriverComposite()
688 xSrc, ySrc, xMask, yMask, xDst, yDst, in exaTryDriverComposite()
757 xMask = xMask + mask_off_x - xDst - dst_off_x; in exaTryDriverComposite()
760 xSrc = xSrc + src_off_x - xDst - dst_off_x; in exaTryDriverComposite()
839 INT16 xDst, in exaTryMagicTwoPassCompositeHelper() argument
858 xDst, yDst, width, height); in exaTryMagicTwoPassCompositeHelper()
863 xDst, yDst, width, height); in exaTryMagicTwoPassCompositeHelper()
876 INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in exaComposite() argument
900 ret = exaTryDriverSolidFill(pSrc, pDst, xSrc, ySrc, xDst, yDst, in exaComposite()
923 xDst += pDst->pDrawable->x; in exaComposite()
929 xSrc, ySrc, xMask, yMask, xDst, in exaComposite()
935 RegionNumRects(®ion), xSrc - xDst, in exaComposite()
940 xDst -= pDst->pDrawable->x; in exaComposite()
959 ySrc, xMask, yMask, xDst, yDst, in exaComposite()
966 xDst += pDst->pDrawable->x; in exaComposite()
972 ySrc, xMask, yMask, xDst, yDst, in exaComposite()
978 patOrg.x = xDst - xSrc; in exaComposite()
991 xDst -= pDst->pDrawable->x; in exaComposite()
1010 yMask, xDst, yDst, width, height); in exaComposite()
1030 xMask, yMask, xDst, yDst, in exaComposite()
1043 xMask, yMask, xDst, yDst, width, height); in exaComposite()
1128 INT16 xDst, yDst; in exaTrapezoids() local
1136 xDst = traps[0].left.p1.x >> 16; in exaTrapezoids()
1151 xRel = bounds.x1 + xSrc - xDst; in exaTrapezoids()
1192 INT16 xDst, yDst; in exaTriangles() local
1200 xDst = tris[0].p1.x >> 16; in exaTriangles()
1213 xRel = bounds.x1 + xSrc - xDst; in exaTriangles()