Searched refs:dst_off_x (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_accel.c48 int dst_off_x, dst_off_y; local in function:saa_hw_copy_nton
60 pDstPixmap = saa_get_pixmap(pDstDrawable, &dst_off_x, &dst_off_y);
82 REGION_TRANSLATE(pScreen, &dst_reg, dst_off_x, dst_off_y);
96 pbox->x1 + dst_off_x, pbox->y1 + dst_off_y,
H A Dsaa_render.c230 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y; local in function:saa_driver_composite
237 dst_pix = saa_get_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
260 xDst += pDst->pDrawable->x + dst_off_x;
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw.h125 _ppt[_i].x += dst_off_x; \
133 (prect)[_i].x += dst_off_x; \
141 (parc)[_i].x += dst_off_x; \
147 (x) = (x) + dst_off_x; \
H A Dcw_ops.c36 int dst_off_x, dst_off_y; \
37 DrawablePtr pBackingDst = cwGetBackingDrawable(pDst, &dst_off_x, \
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_render.c265 int dst_off_x, dst_off_y; local in function:exaTryDriverSolidFill
293 exaGetDrawableDeltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
295 RegionTranslate(&region, dst_off_x, dst_off_y);
359 int dst_off_x, dst_off_y; local in function:exaTryDriverCompositeRects
425 pDstPix = exaGetOffscreenPixmap (pDst->pDrawable, &dst_off_x, &dst_off_y);
472 RegionTranslate(&region, dst_off_x, dst_off_y);
477 xMask = xMask + mask_off_x - xDst - dst_off_x;
479 xSrc = xSrc + src_off_x - xDst - dst_off_x;
652 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y; local in function:exaTryDriverComposite
704 exaGetDrawableDeltas (pDst->pDrawable, pDstPix, &dst_off_x,
[all...]
H A Dexa_accel.c252 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:exaCopyNtoNTwoDir
257 pDstPixmap = exaGetOffscreenPixmap (pDstDrawable, &dst_off_x, &dst_off_y);
284 dst_off_x + pbox->x1,
305 dst_off_x + pbox->x1,
331 dst_off_x + pbox->x1,
356 dst_off_x + pbox->x1,
382 int dst_off_x, dst_off_y; local in function:exaHWCopyNtoN
395 exaGetDrawableDeltas (pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y);
427 RegionTranslate(dstregion, dst_off_x - dx - src_off_x,
459 if ((pbox[i].x2 + dst_off_x) >
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_render.c259 int dst_off_x, dst_off_y; local in function:exaTryDriverSolidFill
285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
287 RegionTranslate(&region, dst_off_x, dst_off_y);
351 int dst_off_x, dst_off_y; local in function:exaTryDriverCompositeRects
415 pDstPix = exaGetOffscreenPixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
463 RegionTranslate(&region, dst_off_x, dst_off_y);
468 xMask = xMask + mask_off_x - xDst - dst_off_x;
470 xSrc = xSrc + src_off_x - xDst - dst_off_x;
642 int src_off_x, src_off_y, mask_off_x = 0, mask_off_y = 0, dst_off_x, dst_off_y; local in function:exaTryDriverComposite
692 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x,
[all...]
H A Dexa_accel.c245 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:exaCopyNtoNTwoDir
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y);
277 dst_off_x + pbox->x1,
298 dst_off_x + pbox->x1,
325 dst_off_x + pbox->x1,
352 dst_off_x + pbox->x1,
374 int dst_off_x, dst_off_y; local in function:exaHWCopyNtoN
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y);
419 RegionTranslate(dstregion, dst_off_x - dx - src_off_x,
450 if ((pbox[i].x2 + dst_off_x) >
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-render.c254 int dst_off_x, dst_off_y; local in function:uxa_try_driver_solid_fill
272 uxa_get_drawable_deltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y);
274 REGION_TRANSLATE(pScreen, &region, dst_off_x, dst_off_y);
521 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:uxa_try_driver_composite_rects
533 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
561 REGION_TRANSLATE(pScreen, &region, 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; local in function:uxa_try_driver_composite
698 pDstPix = uxa_get_offscreen_pixmap (pDst->pDrawable, &dst_off_x, &dst_off_y);
718 REGION_TRANSLATE(pScreen, &region, dst_off_x, dst_off_
[all...]
H A Duxa-accel.c307 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n_two_dir
312 pDstPixmap = uxa_get_offscreen_pixmap (pDstDrawable, &dst_off_x, &dst_off_y);
339 dst_off_x + pbox->x1,
360 dst_off_x + pbox->x1,
386 dst_off_x + pbox->x1,
411 dst_off_x + pbox->x1,
437 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n
444 uxa_get_drawable_deltas (pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y);
469 pbox->x1 + dst_off_x, pbox->y1 + dst_off_y,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c210 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n_two_dir
217 uxa_get_offscreen_pixmap(pDstDrawable, &dst_off_x, &dst_off_y);
242 dst_off_x + pbox->x1,
261 dst_off_x + pbox->x1,
287 dst_off_x + pbox->x1,
315 dst_off_x + pbox->x1,
340 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n
359 uxa_get_drawable_deltas(pDstDrawable, pDstPixmap, &dst_off_x,
401 (pbox->x1 + dst_off_x) * bpp,
424 pbox->x1 + dst_off_x,
[all...]
H A Duxa-glyphs.c739 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask
747 dst_off_x = box.x1;
873 dst_off_x + xSrc - xDst,
876 dst_off_x, dst_off_y,
H A Duxa-render.c378 int dst_off_x, dst_off_y; local in function:uxa_try_driver_solid_fill
385 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
442 REGION_TRANSLATE(pScreen, &region, dst_off_x, dst_off_y);
952 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y; local in function:uxa_try_driver_composite
1005 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1115 pbox->x1 + dst_off_x,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c210 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n_two_dir
217 uxa_get_offscreen_pixmap(pDstDrawable, &dst_off_x, &dst_off_y);
242 dst_off_x + pbox->x1,
261 dst_off_x + pbox->x1,
287 dst_off_x + pbox->x1,
315 dst_off_x + pbox->x1,
340 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n
359 uxa_get_drawable_deltas(pDstDrawable, pDstPixmap, &dst_off_x,
401 (pbox->x1 + dst_off_x) * bpp,
424 pbox->x1 + dst_off_x,
[all...]
H A Duxa-glyphs.c739 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask
747 dst_off_x = box.x1;
873 dst_off_x + xSrc - xDst,
876 dst_off_x, dst_off_y,
H A Duxa-render.c378 int dst_off_x, dst_off_y; local in function:uxa_try_driver_solid_fill
385 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
442 REGION_TRANSLATE(pScreen, &region, dst_off_x, dst_off_y);
952 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y; local in function:uxa_try_driver_composite
1005 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1115 pbox->x1 + dst_off_x,
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_copy.c365 int dst_off_x, dst_off_y; local in function:glamor_copy_fbo_fbo_draw
471 &dst_off_x, &dst_off_y))
474 glScissor(scissor.x1 + dst_off_x,
636 int dst_off_x, dst_off_y; local in function:glamor_copy_needs_temp
651 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_off_x, &dst_off_y);
672 if (bounds.x1 + dst_off_x < bounds.x2 + dx + src_off_x &&
673 bounds.x1 + dx + src_off_x < bounds.x2 + dst_off_x &&
H A Dglamor_xv.c457 int dst_off_x, dst_off_y; local in function:glamor_xv_render
463 &dst_off_x, &dst_off_y);
468 dstx = box[i].x1 + dst_off_x;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c378 int src_off_x, src_off_y, dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n_two_dir
385 uxa_get_offscreen_pixmap(pDstDrawable, &dst_off_x, &dst_off_y);
410 dst_off_x + pbox->x1,
429 dst_off_x + pbox->x1,
455 dst_off_x + pbox->x1,
483 dst_off_x + pbox->x1,
508 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n
526 uxa_get_drawable_deltas(pDstDrawable, pDstPixmap, &dst_off_x,
554 pbox->x1 + dst_off_x,
583 pbox->x1 + dst_off_x,
[all...]
H A Duxa-glyphs.c895 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask
906 dst_off_x = box.x1;
909 dst_off_x = dst_off_y = 0;
1022 dst_off_x + xSrc - xDst,
1025 dst_off_x, dst_off_y,
H A Duxa-render.c373 int dst_off_x, dst_off_y; local in function:uxa_try_driver_solid_fill
380 pDstPix = uxa_get_offscreen_pixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
437 REGION_TRANSLATE(pScreen, &region, dst_off_x, dst_off_y);
1091 int src_off_x, src_off_y, mask_off_x, mask_off_y, dst_off_x, dst_off_y; local in function:uxa_try_driver_composite
1144 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1262 pbox->x1 + dst_off_x,

Completed in 26 milliseconds