Lines Matching refs:dst_off_x
254 int dst_off_x, dst_off_y;
272 uxa_get_drawable_deltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
274 REGION_TRANSLATE(pScreen, ®ion, dst_off_x, dst_off_y);
521 int src_off_x, src_off_y, dst_off_x, dst_off_y;
533 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
561 REGION_TRANSLATE(pScreen, ®ion, dst_off_x, dst_off_y);
566 xSrc = xSrc + src_off_x - xDst - dst_off_x;
650 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y;
698 pDstPix = uxa_get_offscreen_pixmap (pDst->pDrawable, &dst_off_x, &dst_off_y);
718 REGION_TRANSLATE(pScreen, ®ion, dst_off_x, dst_off_y);
736 xMask = xMask + mask_off_x - xDst - dst_off_x;
739 xSrc = xSrc + src_off_x - xDst - dst_off_x;