| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| cursor.c | 57 static struct cursor cursors[MAX_CURSORS]; variable in typeref:struct:cursor 148 struct cursor *cursor = &cursors[i]; 169 struct cursor *cursor = &cursors[ncursors];
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| library.c | 237 * XCURSOR_CORE_THEME is a magic name; cursors from the core set 240 * can switch to equivalent core cursors 262 full = _XcursorBuildFullname (dir, "cursors", name); 424 XcursorCursors *cursors; local 439 cursors = XcursorCursorsCreate (dpy, 1); 440 if (cursors) 442 cursors->cursors[0] = _XcursorCreateFontCursor (dpy, (unsigned) id); 443 if (cursors->cursors[0] == None [all...] |
| cursor.c | 31 XcursorCursors *cursors; local 33 cursors = malloc (sizeof (XcursorCursors) + 35 if (!cursors) 37 cursors->ref = 1; 38 cursors->dpy = dpy; 39 cursors->ncursor = 0; 40 cursors->cursors = (Cursor *) (cursors + 1); 41 return cursors; 687 XcursorCursors *cursors = XcursorCursorsCreate (dpy, images->nimage); local 713 XcursorCursors *cursors = XcursorImagesLoadCursors (dpy, images); local 764 XcursorCursors *cursors; local [all...] |
| /xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/ |
| Xcursor.h | 205 Display *dpy; /* Display holding cursors */ 207 int ncursor; /* number of cursors */ 208 Cursor *cursors; /* array of cursors */ member in struct:_XcursorCursors 212 XcursorCursors *cursors; /* list of cursors to use */ member in struct:_XcursorAnimate 262 XcursorCursorsDestroy (XcursorCursors *cursors); 268 XcursorAnimateCreate (XcursorCursors *cursors); 434 * load cursors from XCreateGlyphCursor. The interface must
|
| /xsrc/external/mit/xman/dist/ |
| man.h | 97 Pixel fg_color; /* foreground color of cursors. */ 98 Pixel bg_color; /* background color of cursors. */ 180 XmanCursors cursors; /* The cursors for xman. */ member in struct:_Xman_Resources
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1783 CursorPtr *cursors; local 1800 cursors = xallocarray(ncursor, sizeof(CursorPtr) + sizeof(CARD32)); 1801 if (!cursors) 1803 deltas = (CARD32 *) (cursors + ncursor); 1806 ret = dixLookupResourceByType((void **) (cursors + i), elt->cursor, 1809 free(cursors); 1815 ret = AnimCursorCreate(cursors, deltas, ncursor, &pCursor, client, 1817 free(cursors);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna.h | 313 struct sna_cursor *cursors; member in struct:sna::__anon8348
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 1862 CursorPtr *cursors; local 1875 cursors = malloc(ncursor * (sizeof (CursorPtr) + sizeof (CARD32))); 1876 if (!cursors) 1878 deltas = (CARD32 *) (cursors + ncursor); 1882 ret = dixLookupResourceByType((pointer *)(cursors + i), elt->cursor, 1886 free(cursors); 1892 ret = AnimCursorCreate (cursors, deltas, ncursor, &pCursor, client, 1894 free(cursors);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna.h | 342 struct sna_cursor *cursors; member in struct:sna::__anon7491
|