Lines Matching defs:dst_off_y
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);
567 ySrc = ySrc + src_off_y - yDst - dst_off_y;
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);
737 yMask = yMask + mask_off_y - yDst - dst_off_y;
740 ySrc = ySrc + src_off_y - yDst - dst_off_y;