| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | cursorstr.h | 64 unsigned short width, height, xhot, yhot; /* metrics */ member in struct:_CursorBits 86 unsigned short width, height, xhot, yhot; member in struct:_CursorMetric
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | cursorstr.h | 65 unsigned short width, height, xhot, yhot; /* metrics */ member in struct:_CursorBits 91 unsigned short width, height, xhot, yhot; member in struct:_CursorMetric
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | atobm.c | 47 int xhot, int yhot, const char *name); 61 " -xhot number x position of hotspot\n" 108 int xhot = -1, yhot = -1; local in function:main 144 if (++i >= argc) missing_arg("-xhot"); 145 xhot = atoi (argv[i]); 182 doit (fp, filename, chars, xhot, yhot, name); 218 int xhot, int yhot, 312 if (xhot >= 0) printf ("#define %s_x_hot %d\n", name, xhot); 215 doit(FILE * fp,const char * filename,const char * chars,int xhot,int yhot,const char * name) argument
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | StrToBmap.c | 98 int xhot, yhot; local in function:XmuCvtStringToBitmap 131 &xhot, &yhot) == BitmapSuccess) {
|
| H A D | LocBitmap.c | 113 int xhot, yhot; local in function:XmuLocatePixmapFile 185 &xhot, &yhot) == BitmapSuccess) { 195 if (xhotp) *xhotp = xhot;
|
| H A D | StrToCurs.c | 138 int xhot, yhot; local in function:XmuCvtStringToCursor 255 NULL, NULL, &xhot, &yhot)) == None) { 270 &fgColor, &bgColor, xhot, yhot );
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_cursor.c | 252 unsigned short xhot = 0, yhot = 0; local in function:GX1SetCursorPosition 255 xhot = (unsigned short)(-x); 267 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot));
|
| H A D | nsc_gx2_cursor.c | 253 unsigned short xhot = 0, yhot = 0; local in function:GX2SetCursorPosition 256 xhot = (unsigned short)(-x); 264 GFX(set_cursor_position(pGeode->CursorStartOffset, x, y, xhot, yhot));
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 129 (*pGC->ops->PolyText16)((DrawablePtr)ppix, pGC, cm->xhot, cm->yhot, 171 cm->xhot = 0; 175 cm->xhot = -pci->metrics.leftSideBearing;
|
| H A D | cursor.c | 259 bits->xhot = cm->xhot; 418 bits->xhot = cm.xhot;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | glyphcurs.c | 124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot, 162 cm->xhot = 0; 165 cm->xhot = -pci->metrics.leftSideBearing;
|
| H A D | cursor.c | 261 bits->xhot = cm->xhot; 423 bits->xhot = cm.xhot;
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | cursor.c | 62 cur->xhot, cur->yhot); 70 if (x == cur->xhot && y == cur->yhot)
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_drmi.h | 77 vmwgfx_cursor_bypass(int drm_fd, int xhot, int yhot);
|
| H A D | vmwgfx_drmi.c | 490 vmwgfx_cursor_bypass(int drm_fd, int xhot, int yhot) argument 497 arg.xhot = xhot;
|
| H A D | vmwgfx_drm.h | 489 * @xhot: X hotspot. 500 int32_t xhot; member in struct:drm_vmw_cursor_bypass_arg
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | pointer.c | 259 if ((bitsp->xhot > w) || (bitsp->yhot > h)) 262 bitsp->xhot, bitsp->yhot, w, h); 344 pImage->cHotX = bitsp->xhot; 403 if ((bitsp->xhot > w) || (bitsp->yhot > h)) 406 bitsp->xhot, bitsp->yhot, w, h); 448 VBoxHGSMIUpdatePointerShape(&pVBox->guestCtx, fFlags, bitsp->xhot,
|
| /xsrc/external/mit/libXfixes/dist/include/X11/extensions/ |
| H A D | Xfixes.h | 89 unsigned short xhot, yhot; member in struct:__anon9ea7aafe0308 106 unsigned short xhot, yhot; member in struct:__anon9ea7aafe0408
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_cursor.c | 102 cursor->header.hot_spot_x = pCurs->bits->xhot; 128 qxl->hot_x = pCurs->bits->xhot;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 97 cursor->bits->xhot, cursor->bits->yhot); 157 cursor->bits->xhot, cursor->bits->yhot);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincursor.c | 168 pCursor->bits->xhot, pCursor->bits->yhot); 343 pCursor->bits->xhot, pCursor->bits->yhot); 365 ii.xHotspot = pCursor->bits->xhot; 382 ii.xHotspot = pCursor->bits->xhot; 409 pCursor->bits->xhot, pCursor->bits->yhot,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincursor.c | 176 pCursor->bits->xhot, pCursor->bits->yhot 347 pCursor->bits->xhot, pCursor->bits->yhot); 367 ii.xHotspot = pCursor->bits->xhot; 386 ii.xHotspot = pCursor->bits->xhot; 413 pCursor->bits->xhot, pCursor->bits->yhot,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Cursor.c | 113 pCursor->bits->xhot, pCursor->bits->yhot);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Cursor.c | 104 pCursor->bits->xhot, pCursor->bits->yhot);
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | file.c | 526 if (!_XcursorReadUInt (file, &head.xhot)) 538 if (head.xhot > head.width || head.yhot > head.height) 548 image->xhot = head.xhot; 598 if (image->xhot > image->width || image->yhot > image->height) 615 if (!_XcursorWriteUInt (file, image->xhot)) 724 dest->xhot = (XcursorDim) (src->xhot * scale);
|