Lines Matching refs:dst_off_x
245 int src_off_x, src_off_y, dst_off_x, dst_off_y; in exaCopyNtoNTwoDir() local
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir()
277 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir()
298 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir()
325 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir()
352 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir()
374 int dst_off_x, dst_off_y; in exaHWCopyNtoN() local
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); in exaHWCopyNtoN()
419 RegionTranslate(dstregion, dst_off_x - dx - src_off_x, in exaHWCopyNtoN()
450 if ((pbox[i].x2 + dst_off_x) >= pExaScr->info->maxX || in exaHWCopyNtoN()
493 pbox->x1 + dst_off_x, in exaHWCopyNtoN()
532 UploadToScreen(pDstPixmap, pbox->x1 + dst_off_x, in exaHWCopyNtoN()