| /xsrc/external/mit/xorg-server.old/dist/include/ |
| pixmapstr.h | 80 short screen_x; member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| pixmapstr.h | 82 short screen_x; member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_pixmap.c | 44 *x = -pixmap->screen_x;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbwindow.c | 120 if (pPixmap->screen_x || pPixmap->screen_y) 121 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y);
|
| fbpixmap.c | 80 pPixmap->screen_x = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbwindow.c | 138 if (pPixmap->screen_x || pPixmap->screen_y) 140 -pPixmap->screen_x, -pPixmap->screen_y);
|
| fbpixmap.c | 77 pPixmap->screen_x = 0;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| compwindow.c | 249 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) { 250 pPixmap->screen_x = nx; 517 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); 519 dx = dx + pPixmap->screen_x - cw->oldx; 542 dx = pPixmap->screen_x - cw->oldx; 720 pSrcPixmap->screen_x - pParent->drawable.x,
|
| compalloc.c | 544 pPixmap->screen_x = x; 682 cw->oldx = pOld->screen_x; 699 pNew->screen_x = pix_x;
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| compwindow.c | 231 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) 233 pPixmap->screen_x = nx; 488 -pPixmap->screen_x, -pPixmap->screen_y); 490 dx = dx + pPixmap->screen_x - cw->oldx; 514 dx = pPixmap->screen_x - cw->oldx; 715 pSrcPixmap->screen_x - pParent->drawable.x,
|
| compalloc.c | 535 pPixmap->screen_x = x; 689 cw->oldx = pOld->screen_x; 708 pNew->screen_x = pix_x;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| cw.c | 92 *x_off = pDrawable->x - pPixmap->screen_x; 407 src_x = pExtents->x1 - pBackingPixmap->screen_x; 424 -pBackingPixmap->screen_x,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa-damage.c | 105 int screen_x = 0, screen_y = 0; local 120 screen_x = ((PixmapPtr) pDrawable)->screen_x - pDrawable->x; 123 if (screen_x || screen_y) 124 REGION_TRANSLATE (pScreen, pRegion, screen_x, screen_y); 166 draw_x += ((PixmapPtr) pDrawable)->screen_x;
|
| uxa.c | 76 *xp = -pPixmap->screen_x;
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| damage.c | 146 int screen_x = 0, screen_y = 0; local 160 screen_x = ((PixmapPtr) pDrawable)->screen_x - pDrawable->x; 163 if (screen_x || screen_y) 164 RegionTranslate(pRegion, screen_x, screen_y); 210 draw_x += ((PixmapPtr) pDamage->pDrawable)->screen_x; 278 if (screen_x || screen_y) 279 RegionTranslate(pRegion, -screen_x, -screen_y);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| damage.c | 232 int screen_x = 0, screen_y = 0; local 247 screen_x = ((PixmapPtr) pDrawable)->screen_x - pDrawable->x; 250 if (screen_x || screen_y) 251 RegionTranslate(pRegion, screen_x, screen_y); 305 draw_x += ((PixmapPtr) pDamage->pDrawable)->screen_x; 376 if (screen_x || screen_y) 377 RegionTranslate(pRegion, -screen_x, -screen_y);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i915_video.c | 385 pix_xoff = -pPixmap->screen_x + pPixmap->drawable.x;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna.h | 706 *x = -pixmap->screen_x; 708 return pixmap->screen_x | pixmap->screen_y; 731 return -get_drawable_pixmap(drawable)->screen_x;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna.h | 593 *x = -pixmap->screen_x; 595 return pixmap->screen_x | pixmap->screen_y; 618 return -get_drawable_pixmap(drawable)->screen_x;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i915_video.c | 95 pix_xoff = -target->screen_x + target->drawable.x;
|
| uxa.c | 79 *xp = -pPixmap->screen_x;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i915_video.c | 95 pix_xoff = -target->screen_x + target->drawable.x;
|
| uxa.c | 79 *xp = -pPixmap->screen_x;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| uxa.c | 75 *xp = -pPixmap->screen_x;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| miexpose.c | 465 draw_x_off = pixmap->screen_x;
|