| /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/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;
|
| /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);
|