| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_accel.c | 48 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 D | saa_render.c | 230 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); 261 yDst += pDst->pDrawable->y + dst_off_y;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw.h | 126 _ppt[_i].y += dst_off_y; \ 134 (prect)[_i].y += dst_off_y; \ 142 (parc)[_i].y += dst_off_y; \ 148 (y) = (y) + dst_off_y; \
|
| H A D | cw_ops.c | 36 int dst_off_x, dst_off_y; \ 38 &dst_off_y); \
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_render.c | 265 int dst_off_x, dst_off_y; local in function:exaTryDriverSolidFill 293 exaGetDrawableDeltas (pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); 295 RegionTranslate(®ion, 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(®ion, dst_off_x, dst_off_y); 478 yMask = yMask + mask_off_y - yDst - dst_off_y; 480 ySrc = ySrc + src_off_y - yDst - dst_off_y; 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, &dst_off_y); [all...] |
| H A D | exa_accel.c | 252 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); 285 dst_off_y + pbox->y1, 306 dst_off_y + pbox->y1, 332 dst_off_y + pbox->y1 + i, 357 dst_off_y + pbox->y1 + i, 382 int dst_off_x, dst_off_y; local in function:exaHWCopyNtoN 395 exaGetDrawableDeltas (pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); 428 dst_off_y - dy - src_off_y); 460 (pbox[i].y2 + dst_off_y) > [all...] |
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_render.c | 259 int dst_off_x, dst_off_y; local in function:exaTryDriverSolidFill 285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); 287 RegionTranslate(®ion, 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(®ion, dst_off_x, dst_off_y); 469 yMask = yMask + mask_off_y - yDst - dst_off_y; 471 ySrc = ySrc + src_off_y - yDst - dst_off_y; 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, &dst_off_y); [all...] |
| H A D | exa_accel.c | 245 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); 278 dst_off_y + pbox->y1, 299 dst_off_y + pbox->y1, 326 dst_off_y + pbox->y1 + i, 353 dst_off_y + pbox->y1 + i, 374 int dst_off_x, dst_off_y; local in function:exaHWCopyNtoN 387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); 420 dst_off_y - dy - src_off_y); 451 (pbox[i].y2 + dst_off_y) > [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-render.c | 254 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, ®ion, 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, ®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; 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, ®ion, dst_off_x, dst_off_y); [all...] |
| H A D | uxa-accel.c | 307 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); 340 dst_off_y + pbox->y1, 361 dst_off_y + pbox->y1, 387 dst_off_y + pbox->y1 + i, 412 dst_off_y + pbox->y1 + i, 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 D | uxa-accel.c | 210 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); 243 dst_off_y + pbox->y1, 262 dst_off_y + pbox->y1, 288 dst_off_y + 316 dst_off_y + 340 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n 360 &dst_off_y); 400 (pbox->y1 + dst_off_y) * stride + 425 pbox->y1 + dst_off_y, [all...] |
| H A D | uxa-glyphs.c | 739 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask 748 dst_off_y = box.y1; 874 dst_off_y + ySrc - yDst, 876 dst_off_x, dst_off_y,
|
| H A D | uxa-render.c | 378 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, ®ion, 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); 1116 pbox->y1 + dst_off_y,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-accel.c | 210 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); 243 dst_off_y + pbox->y1, 262 dst_off_y + pbox->y1, 288 dst_off_y + 316 dst_off_y + 340 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n 360 &dst_off_y); 400 (pbox->y1 + dst_off_y) * stride + 425 pbox->y1 + dst_off_y, [all...] |
| H A D | uxa-glyphs.c | 739 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask 748 dst_off_y = box.y1; 874 dst_off_y + ySrc - yDst, 876 dst_off_x, dst_off_y,
|
| H A D | uxa-render.c | 378 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, ®ion, 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); 1116 pbox->y1 + dst_off_y,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_copy.c | 365 int dst_off_x, dst_off_y; local in function:glamor_copy_fbo_fbo_draw 471 &dst_off_x, &dst_off_y)) 475 scissor.y1 + dst_off_y, 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); 675 bounds.y1 + dst_off_y < bounds.y2 + dy + src_off_y && 676 bounds.y1 + dy + src_off_y < bounds.y2 + dst_off_y) {
|
| H A D | glamor_xv.c | 457 int dst_off_x, dst_off_y; local in function:glamor_xv_render 463 &dst_off_x, &dst_off_y); 469 dsty = box[i].y1 + dst_off_y;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 378 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); 411 dst_off_y + pbox->y1, 430 dst_off_y + pbox->y1, 456 dst_off_y + 484 dst_off_y + 508 int dst_off_x, dst_off_y; local in function:uxa_copy_n_to_n 527 &dst_off_y); 555 pbox->y1 + dst_off_y, 584 pbox->y1 + dst_off_y, [all...] |
| H A D | uxa-glyphs.c | 895 int dst_off_x, dst_off_y; local in function:uxa_glyphs_via_mask 907 dst_off_y = box.y1; 909 dst_off_x = dst_off_y = 0; 1023 dst_off_y + ySrc - yDst, 1025 dst_off_x, dst_off_y,
|
| H A D | uxa-render.c | 373 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, ®ion, 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); 1263 pbox->y1 + dst_off_y,
|