| /xsrc/external/mit/xcursor-themes/dist/whiteglass/ |
| H A D | Makefile.am | 1 cursordir = @cursordir@/whiteglass/cursors 3 all: Makefile.cursors 5 Makefile.cursors: $(srcdir)/Makefile.cfg 9 include Makefile.cursors
|
| H A D | Makefile.in | 151 am__DIST_COMMON = $(srcdir)/Makefile.cursors $(srcdir)/Makefile.in 242 cursordir = @cursordir@/whiteglass/cursors 280 @WHITEGLASS_TRUE@EXTRA_DIST = Makefile.cfg Makefile.cursors \ 447 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.cursors $(am__configure_deps) 467 $(srcdir)/Makefile.cursors $(am__empty): 660 all: Makefile.cursors 662 Makefile.cursors: $(srcdir)/Makefile.cfg
|
| /xsrc/external/mit/xcursor-themes/dist/handhelds/ |
| H A D | Makefile.am | 1 cursordir = @cursordir@/handhelds/cursors 3 all: Makefile.cursors 5 Makefile.cursors: $(srcdir)/Makefile.cfg 9 include Makefile.cursors
|
| H A D | Makefile.in | 151 am__DIST_COMMON = $(srcdir)/Makefile.cursors $(srcdir)/Makefile.in 242 cursordir = @cursordir@/handhelds/cursors 280 @HANDHELDS_TRUE@EXTRA_DIST = Makefile.cfg Makefile.cursors \ 298 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.cursors $(am__configure_deps) 318 $(srcdir)/Makefile.cursors $(am__empty): 511 all: Makefile.cursors 513 Makefile.cursors: $(srcdir)/Makefile.cfg
|
| /xsrc/external/mit/xcursor-themes/dist/redglass/ |
| H A D | Makefile.am | 1 cursordir = @cursordir@/redglass/cursors 3 all: Makefile.cursors 5 Makefile.cursors: $(srcdir)/Makefile.cfg 9 include Makefile.cursors
|
| H A D | Makefile.in | 151 am__DIST_COMMON = $(srcdir)/Makefile.cursors $(srcdir)/Makefile.in 242 cursordir = @cursordir@/redglass/cursors 280 @REDGLASS_TRUE@EXTRA_DIST = Makefile.cfg Makefile.cursors \ 445 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.cursors $(am__configure_deps) 465 $(srcdir)/Makefile.cursors $(am__empty): 658 all: Makefile.cursors 660 Makefile.cursors: $(srcdir)/Makefile.cfg
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | cursor.c | 31 XcursorCursors *cursors; local in function:XcursorCursorsCreate 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; 45 XcursorCursorsDestroy(XcursorCursors * cursors) argument 62 XcursorAnimateCreate(XcursorCursors * cursors) argument 687 XcursorCursors *cursors = XcursorCursorsCreate (dpy, images->nimage); local in function:XcursorImagesLoadCursors 713 XcursorCursors *cursors = XcursorImagesLoadCursors (dpy, images); local in function:XcursorImagesLoadCursor 764 XcursorCursors *cursors; local in function:XcursorFilenameLoadCursors [all...] |
| H A D | 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 in function:XcursorLibraryLoadCursors 439 cursors = XcursorCursorsCreate (dpy, 1); 440 if (cursors) 442 cursors->cursors[0] = _XcursorCreateFontCursor (dpy, (unsigned) id); 443 if (cursors->cursors[ [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | main.c | 55 Offset(cursors.top), XtRString, XMAN_CURSOR}, 57 Offset(cursors.help), XtRString, HELP_CURSOR}, 59 Offset(cursors.manpage), XtRString, MANPAGE_CURSOR}, 61 Offset(cursors.search_entry), XtRString, SEARCH_ENTRY_CURSOR}, 63 Offset(cursors.fg_color), XtRString, "XtDefaultForeground"}, 65 Offset(cursors.bg_color), XtRString, "XtDefaultBackground"},
|
| H A D | help.c | 74 AddCursor(help_widget, resources.cursors.manpage);
|
| H A D | buttons.c | 131 AddCursor(top, resources.cursors.top); 384 AddCursor(man_globals->This_Manpage, resources.cursors.manpage); 390 AddCursor(XtParent(man_globals->standby), resources.cursors.top); 391 AddCursor(XtParent(man_globals->save), resources.cursors.top); 627 AddCursor(shell, resources.cursors.top); 629 AddCursor(man_globals->save, resources.cursors.top);
|
| H A D | 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
|
| H A D | handler.c | 475 resources.cursors.search_entry);
|
| H A D | misc.c | 1001 colors[0].pixel = resources.cursors.fg_color; 1002 colors[1].pixel = resources.cursors.bg_color;
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Cursor.c | 57 XAnimCursor *cursors) 74 Data32 (dpy, (long *) cursors, len); 55 XRenderCreateAnimCursor(Display * dpy,int ncursor,XAnimCursor * cursors) argument
|
| /xsrc/external/mit/xcursor-themes/dist/ |
| H A D | configure.ac | 7 [https://gitlab.freedesktop.org/xorg/data/cursors/issues], 25 AC_MSG_ERROR([xcursorgen is required to build these cursors.])
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | animcur.c | 25 * Animated cursors for X. Not specific to Render in any way, but 30 * creates composite cursors out of a set of static cursors and 358 AnimCursorCreate (CursorPtr *cursors, CARD32 *deltas, int ncursor, CursorPtr *ppCursor, ClientPtr client, XID cid) argument 369 if (IsAnimCur (cursors[i])) 381 pCursor->foreRed = cursors[0]->foreRed; 382 pCursor->foreGreen = cursors[0]->foreGreen; 383 pCursor->foreBlue = cursors[0]->foreBlue; 385 pCursor->backRed = cursors[0]->backRed; 386 pCursor->backGreen = cursors[ [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | animcur.c | 25 * Animated cursors for X. Not specific to Render in any way, but 30 * creates composite cursors out of a set of static cursors and 300 AnimCursorCreate(CursorPtr *cursors, CARD32 *deltas, int ncursor, argument 315 if (IsAnimCur(cursors[i])) 327 pCursor->foreRed = cursors[0]->foreRed; 328 pCursor->foreGreen = cursors[0]->foreGreen; 329 pCursor->foreBlue = cursors[0]->foreBlue; 331 pCursor->backRed = cursors[0]->backRed; 332 pCursor->backGreen = cursors[ [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | 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/include/X11/Xcursor/ |
| H A D | 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
|
| H A D | Xcursor.h.in | 204 Display *dpy; /* Display holding cursors */ 206 int ncursor; /* number of cursors */ 207 Cursor *cursors; /* array of cursors */ member in struct:_XcursorCursors 211 XcursorCursors *cursors; /* list of cursors to use */ member in struct:_XcursorAnimate 261 XcursorCursorsDestroy (XcursorCursors *cursors); 267 XcursorAnimateCreate (XcursorCursors *cursors); 433 * load cursors from XCreateGlyphCursor. The interface must
|
| /xsrc/external/mit/libXcursor/dist/ |
| H A D | configure.ac | 79 [Set default search path for cursors]),
|
| /xsrc/external/mit/libXrender/dist/include/X11/extensions/ |
| H A D | Xrender.h | 984 * @param[in] cursors Cursor frames array. 987 Cursor XRenderCreateAnimCursor(Display *dpy, int ncursor, XAnimCursor *cursors);
|
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drm-kms.7.rst | 146 Similar to planes, many hardware also supports cursors. A cursor is a very 150 on the screen without rerendering. If no hardware cursors are supported, you
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.5.rst | 265 - nouveau/nvc0: fix linear buffer alignment for scan-out/cursors 266 - nouveau/nv50: fix linear buffer alignment for scan-out/cursors
|