Searched refs:yhot (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);
62 " -yhot number y position of hotspot\n");
108 int xhot = -1, yhot = -1; local in function:main
148 if (++i >= argc) missing_arg("-yhot");
149 yhot = atoi (argv[i]);
182 doit (fp, filename, chars, xhot, yhot, name);
218 int xhot, int yhot,
313 if (yhot >= 0) printf ("#define %s_y_hot %d\n", name, yhot);
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) {
196 if (yhotp) *yhotp = yhot;
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
259 yhot = (unsigned short)(-y);
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
260 yhot = (unsigned short)(-y);
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,
182 cm->yhot = 0;
186 cm->yhot = pci->metrics.ascent;
H A Dcursor.c260 bits->yhot = cm->yhot;
419 bits->yhot = cm.yhot;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot,
171 cm->yhot = 0;
174 cm->yhot = pci->metrics.ascent;
H A Dcursor.c262 bits->yhot = cm->yhot;
424 bits->yhot = cm.yhot;
/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
498 arg.yhot = yhot;
H A Dvmwgfx_drm.h490 * @yhot: Y hotspot.
501 int32_t yhot; 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);
345 pImage->cHotY = bitsp->yhot;
403 if ((bitsp->xhot > w) || (bitsp->yhot > h))
406 bitsp->xhot, bitsp->yhot, w, h);
449 bitsp->yhot, w, h, p, sizeData);
/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.c103 cursor->header.hot_spot_y = pCurs->bits->yhot;
129 qxl->hot_y = pCurs->bits->yhot;
/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);
366 ii.yHotspot = pCursor->bits->yhot;
383 ii.yHotspot = pCursor->bits->yhot;
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);
368 ii.yHotspot = pCursor->bits->yhot;
387 ii.yHotspot = pCursor->bits->yhot;
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.c528 if (!_XcursorReadUInt (file, &head.yhot))
538 if (head.xhot > head.width || head.yhot > head.height)
549 image->yhot = head.yhot;
598 if (image->xhot > image->width || image->yhot > image->height)
617 if (!_XcursorWriteUInt (file, image->yhot))
725 dest->yhot = (XcursorDim) (src->yhot * scale);

Completed in 19 milliseconds

123