| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | pixmapstr.h | 81 short screen_y; member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | pixmapstr.h | 83 short screen_y; member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_pixmap.c | 45 *y = -pixmap->screen_y;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbwindow.c | 138 if (pPixmap->screen_x || pPixmap->screen_y) 140 -pPixmap->screen_x, -pPixmap->screen_y);
|
| H A D | fbpixmap.c | 78 pPixmap->screen_y = 0;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbwindow.c | 120 if (pPixmap->screen_x || pPixmap->screen_y) 121 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y);
|
| H A D | fbpixmap.c | 81 pPixmap->screen_y = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compwindow.c | 231 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) 234 pPixmap->screen_y = ny; 488 -pPixmap->screen_x, -pPixmap->screen_y); 491 dy = dy + pPixmap->screen_y - cw->oldy; 515 dy = pPixmap->screen_y - cw->oldy; 716 pSrcPixmap->screen_y - pParent->drawable.y,
|
| H A D | compalloc.c | 536 pPixmap->screen_y = y; 690 cw->oldy = pOld->screen_y; 709 pNew->screen_y = pix_y;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compwindow.c | 249 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) { 251 pPixmap->screen_y = ny; 517 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); 520 dy = dy + pPixmap->screen_y - cw->oldy; 543 dy = pPixmap->screen_y - cw->oldy; 721 pSrcPixmap->screen_y - pParent->drawable.y,
|
| H A D | compalloc.c | 545 pPixmap->screen_y = y; 683 cw->oldy = pOld->screen_y; 700 pNew->screen_y = pix_y;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw.c | 93 *y_off = pDrawable->y - pPixmap->screen_y; 408 src_y = pExtents->y1 - pBackingPixmap->screen_y; 425 -pBackingPixmap->screen_y);
|
| H A D | cw_render.c | 127 *y_off = pDrawable->y - pPixmap->screen_y;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 105 int screen_x = 0, screen_y = 0; local in function:trim_region 121 screen_y = ((PixmapPtr) pDrawable)->screen_y - pDrawable->y; 123 if (screen_x || screen_y) 124 REGION_TRANSLATE (pScreen, pRegion, screen_x, screen_y); 167 draw_y += ((PixmapPtr) pDrawable)->screen_y;
|
| H A D | uxa.c | 77 *yp = -pPixmap->screen_y;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 232 int screen_x = 0, screen_y = 0; local in function:_damageRegionAppend 248 screen_y = ((PixmapPtr) pDrawable)->screen_y - pDrawable->y; 250 if (screen_x || screen_y) 251 RegionTranslate(pRegion, screen_x, screen_y); 306 draw_y += ((PixmapPtr) pDamage->pDrawable)->screen_y; 376 if (screen_x || screen_y) 377 RegionTranslate(pRegion, -screen_x, -screen_y);
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 146 int screen_x = 0, screen_y = 0; local in function:_damageRegionAppend 161 screen_y = ((PixmapPtr) pDrawable)->screen_y - pDrawable->y; 163 if (screen_x || screen_y) 164 RegionTranslate(pRegion, screen_x, screen_y); 211 draw_y += ((PixmapPtr) pDamage->pDrawable)->screen_y; 278 if (screen_x || screen_y) 279 RegionTranslate(pRegion, -screen_x, -screen_y);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i915_video.c | 386 pix_yoff = -pPixmap->screen_y + pPixmap->drawable.y;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna.h | 707 *y = -pixmap->screen_y; 708 return pixmap->screen_x | pixmap->screen_y; 741 return -get_drawable_pixmap(drawable)->screen_y;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna.h | 594 *y = -pixmap->screen_y; 595 return pixmap->screen_x | pixmap->screen_y; 628 return -get_drawable_pixmap(drawable)->screen_y;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i915_video.c | 96 pix_yoff = -target->screen_y + target->drawable.y;
|
| H A D | uxa.c | 80 *yp = -pPixmap->screen_y;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i915_video.c | 96 pix_yoff = -target->screen_y + target->drawable.y;
|
| H A D | uxa.c | 80 *yp = -pPixmap->screen_y;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.c | 76 *yp = -pPixmap->screen_y;
|