Searched refs:screen_y (Results 1 - 25 of 75) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dpixmapstr.h81 short screen_y; member in struct:_Pixmap
/xsrc/external/mit/xorg-server/dist/include/
H A Dpixmapstr.h83 short screen_y; member in struct:_Pixmap
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_pixmap.c45 *y = -pixmap->screen_y;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbwindow.c138 if (pPixmap->screen_x || pPixmap->screen_y)
140 -pPixmap->screen_x, -pPixmap->screen_y);
H A Dfbpixmap.c78 pPixmap->screen_y = 0;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbwindow.c120 if (pPixmap->screen_x || pPixmap->screen_y)
121 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y);
H A Dfbpixmap.c81 pPixmap->screen_y = 0;
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompwindow.c231 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 Dcompalloc.c536 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 Dcompwindow.c249 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 Dcompalloc.c545 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 Dcw.c93 *y_off = pDrawable->y - pPixmap->screen_y;
408 src_y = pExtents->y1 - pBackingPixmap->screen_y;
425 -pBackingPixmap->screen_y);
H A Dcw_render.c127 *y_off = pDrawable->y - pPixmap->screen_y;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.c105 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 Duxa.c77 *yp = -pPixmap->screen_y;
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c232 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 Ddamage.c146 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 Di915_video.c386 pix_yoff = -pPixmap->screen_y + pPixmap->drawable.y;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna.h707 *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 Dsna.h594 *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 Di915_video.c96 pix_yoff = -target->screen_y + target->drawable.y;
H A Duxa.c80 *yp = -pPixmap->screen_y;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di915_video.c96 pix_yoff = -target->screen_y + target->drawable.y;
H A Duxa.c80 *yp = -pPixmap->screen_y;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c76 *yp = -pPixmap->screen_y;

Completed in 29 milliseconds

123