Searched refs:xhot (Results 1 - 25 of 64) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/include/
H A Dcursorstr.h64 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 Dcursorstr.h65 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 Datobm.c47 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 DStrToBmap.c98 int xhot, yhot; local in function:XmuCvtStringToBitmap
131 &xhot, &yhot) == BitmapSuccess) {
H A DLocBitmap.c113 int xhot, yhot; local in function:XmuLocatePixmapFile
185 &xhot, &yhot) == BitmapSuccess) {
195 if (xhotp) *xhotp = xhot;
H A DStrToCurs.c138 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 Dnsc_gx1_cursor.c252 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 Dnsc_gx2_cursor.c253 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 Dglyphcurs.c129 (*pGC->ops->PolyText16)((DrawablePtr)ppix, pGC, cm->xhot, cm->yhot,
171 cm->xhot = 0;
175 cm->xhot = -pci->metrics.leftSideBearing;
H A Dcursor.c259 bits->xhot = cm->xhot;
418 bits->xhot = cm.xhot;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot,
162 cm->xhot = 0;
165 cm->xhot = -pci->metrics.leftSideBearing;
H A Dcursor.c261 bits->xhot = cm->xhot;
423 bits->xhot = cm.xhot;
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dcursor.c62 cur->xhot, cur->yhot);
70 if (x == cur->xhot && y == cur->yhot)
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_drmi.h77 vmwgfx_cursor_bypass(int drm_fd, int xhot, int yhot);
H A Dvmwgfx_drmi.c490 vmwgfx_cursor_bypass(int drm_fd, int xhot, int yhot) argument
497 arg.xhot = xhot;
H A Dvmwgfx_drm.h489 * @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 Dpointer.c259 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 DXfixes.h89 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 Dqxl_cursor.c102 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 Dephyrcursor.c97 cursor->bits->xhot, cursor->bits->yhot);
157 cursor->bits->xhot, cursor->bits->yhot);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c168 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 Dwincursor.c176 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 DCursor.c113 pCursor->bits->xhot, pCursor->bits->yhot);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DCursor.c104 pCursor->bits->xhot, pCursor->bits->yhot);
/xsrc/external/mit/libXcursor/dist/src/
H A Dfile.c526 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);

Completed in 18 milliseconds

123