HomeSort by: relevance | last modified time | path
    Searched refs:cursors (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/libXcursor/dist/src/
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...]
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...]
  /xsrc/external/mit/xman/dist/
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"},
help.c 74 AddCursor(help_widget, resources.cursors.manpage);
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);
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
handler.c 475 resources.cursors.search_entry);
misc.c 1001 colors[0].pixel = resources.cursors.fg_color;
1002 colors[1].pixel = resources.cursors.bg_color;
  /xsrc/external/mit/libXrender/dist/src/
Cursor.c 57 XAnimCursor *cursors)
74 Data32 (dpy, (long *) cursors, len);
  /xsrc/external/mit/xorg-server.old/dist/render/
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)
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[0]->backGreen
    [all...]
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);
picturestr.h 630 AnimCursorCreate (CursorPtr *cursors, CARD32 *deltas, int ncursor, CursorPtr *ppCursor, ClientPtr client, XID cid);
  /xsrc/external/mit/xorg-server/dist/render/
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,
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[0]->backGreen
    [all...]
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);
picturestr.h 515 AnimCursorCreate(CursorPtr *cursors, CARD32 *deltas, int ncursor,
  /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/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
Xcursor.h.in 204 Display *dpy; /* Display holding cursors */
206 int ncursor; /* number of cursors */
207 Cursor *cursors; /* array of cursors */
211 XcursorCursors *cursors; /* list of cursors to use */
261 XcursorCursorsDestroy (XcursorCursors *cursors);
267 XcursorAnimateCreate (XcursorCursors *cursors);
433 * load cursors from XCreateGlyphCursor. The interface must
  /xsrc/external/mit/libXcursor/dist/
configure.ac 79 [Set default search path for cursors]),
  /xsrc/external/mit/libXrender/dist/include/X11/extensions/
Xrender.h 984 * @param[in] cursors Cursor frames array.
987 Cursor XRenderCreateAnimCursor(Display *dpy, int ncursor, XAnimCursor *cursors);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna.h 342 struct sna_cursor *cursors; member in struct:sna::__anon7491
sna_display.c 5985 for (c = sna->cursor.cursors; c; c = c->next) {
6026 c->next = sna->cursor.cursors;
6027 sna->cursor.cursors = c;
6146 for (cursor = sna->cursor.cursors; cursor; cursor = cursor->next) {
6478 for (prev = &sna->cursor.cursors; (cursor = *prev) != NULL; ) {
6720 /* cursors are invariant */
6816 "Using a maximum size of %dx%d for hardware cursors\n",
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna.h 313 struct sna_cursor *cursors; member in struct:sna::__anon8348
sna_display.c 4466 for (c = sna->cursor.cursors; c; c = c->next) {
4507 c->next = sna->cursor.cursors;
4508 sna->cursor.cursors = c;
4556 for (cursor = sna->cursor.cursors; cursor; cursor = cursor->next) {
4830 for (prev = &sna->cursor.cursors; (cursor = *prev) != NULL; ) {
5018 /* cursors are invariant */
5100 "Using a maximum size of %dx%d for hardware cursors\n",
5978 /* XXX we will cause previously hidden cursors to be reshown, but
  /xsrc/external/mit/xcursor-themes/dist/
configure 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>.
270 $0: https://gitlab.freedesktop.org/xorg/data/cursors/issues
586 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/data/cursors/issues'
1440 Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>.
10675 as_fn_error $? "xcursorgen is required to build these cursors." "$LINENO" 5
11438 Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>."

Completed in 29 milliseconds