HomeSort by: relevance | last modified time | path
    Searched refs:screen_y (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server.old/dist/include/
pixmapstr.h 81 short screen_y; member in struct:_Pixmap
  /xsrc/external/mit/xorg-server/dist/include/
pixmapstr.h 83 short screen_y; member in struct:_Pixmap
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_pixmap.c 45 *y = -pixmap->screen_y;
  /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 81 pPixmap->screen_y = 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 78 pPixmap->screen_y = 0;
  /xsrc/external/mit/xorg-server/dist/composite/
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,
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/composite/
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,
compalloc.c 536 pPixmap->screen_y = y;
690 cw->oldy = pOld->screen_y;
709 pNew->screen_y = pix_y;
  /xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.c 93 *y_off = pDrawable->y - pPixmap->screen_y;
408 src_y = pExtents->y1 - pBackingPixmap->screen_y;
425 -pBackingPixmap->screen_y);
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-damage.c 105 int screen_x = 0, screen_y = 0; local
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;
uxa.c 77 *yp = -pPixmap->screen_y;
  /xsrc/external/mit/xorg-server/dist/miext/damage/
damage.c 146 int screen_x = 0, screen_y = 0; local
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/xorg-server.old/dist/miext/damage/
damage.c 232 int screen_x = 0, screen_y = 0; local
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/xf86-video-intel-old/dist/src/
i915_video.c 386 pix_yoff = -pPixmap->screen_y + pPixmap->drawable.y;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
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/
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/
i915_video.c 96 pix_yoff = -target->screen_y + target->drawable.y;
uxa.c 80 *yp = -pPixmap->screen_y;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i915_video.c 96 pix_yoff = -target->screen_y + target->drawable.y;
uxa.c 80 *yp = -pPixmap->screen_y;
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa.c 76 *yp = -pPixmap->screen_y;
  /xsrc/external/mit/xorg-server/dist/mi/
miexpose.c 466 draw_y_off = pixmap->screen_y;

Completed in 16 milliseconds

1 2 3