Lines Matching refs:src_off_x
245 int src_off_x, src_off_y, dst_off_x, dst_off_y; in exaCopyNtoNTwoDir() local
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y); in exaCopyNtoNTwoDir()
275 src_off_x + pbox->x1 + dx, in exaCopyNtoNTwoDir()
296 src_off_x + pbox->x1 + dx, in exaCopyNtoNTwoDir()
323 src_off_x + pbox->x1 + dx, in exaCopyNtoNTwoDir()
350 src_off_x + pbox->x1 + dx, in exaCopyNtoNTwoDir()
373 int src_off_x, src_off_y; in exaHWCopyNtoN() local
386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y); in exaHWCopyNtoN()
396 rects[i].x = pbox[i].x1 + dx + src_off_x; in exaHWCopyNtoN()
419 RegionTranslate(dstregion, dst_off_x - dx - src_off_x, in exaHWCopyNtoN()
445 if ((pbox[i].x2 + dx + src_off_x) >= pExaScr->info->maxX || in exaHWCopyNtoN()
491 pbox->x1 + dx + src_off_x, in exaHWCopyNtoN()
530 (pbox->x1 + dx + src_off_x) * (bpp / 8); in exaHWCopyNtoN()