| /xsrc/external/mit/ctwm/dist/ |
| H A D | cursor.h | 2 * Cursor include file 13 void NewFontCursor(Cursor *cp, const char *str); 14 int NewBitmapCursor(Cursor *cp, char *source, char *mask); 15 Cursor MakeStringCursor(char *string);
|
| H A D | functions.c | 76 static bool DeferExecution(int context, int func, Cursor cursor); 78 static Cursor defer_cursor(int func); 79 static Cursor NeedToDefer(MenuRoot *root); 159 Cursor dc = defer_cursor(func); 254 Cursor curs; 342 static Cursor LastCursor; 367 DeferExecution(int context, int func, Cursor cursor) 426 static Cursor 465 static Cursor 472 Cursor d [all...] |
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_cursor.c | 48 pAG10E->Cursor.set = FB_CUR_SETSHAPE; 49 pAG10E->Cursor.image = src; 50 pAG10E->Cursor.mask = src + 0x200; 52 if (ioctl(pAG10E->psdp->fd, FBIOSCURSOR, &pAG10E->Cursor) == -1) 61 if (pAG10E->Cursor.enable == 0) { 62 pAG10E->Cursor.enable = 1; 63 pAG10E->Cursor.set = FB_CUR_SETCUR; 64 if (ioctl(pAG10E->psdp->fd, FBIOSCURSOR, &pAG10E->Cursor) == -1) 74 if (pAG10E->Cursor.enable == 1) { 75 pAG10E->Cursor [all...] |
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_cursor.c | 46 pPnozz->Cursor.set = FB_CUR_SETSHAPE; 47 pPnozz->Cursor.image = src; 48 pPnozz->Cursor.mask = src + 0x200; 50 if (ioctl(pPnozz->psdp->fd, FBIOSCURSOR, &pPnozz->Cursor) == -1) 59 if (pPnozz->Cursor.enable == 0) { 60 pPnozz->Cursor.enable = 1; 61 pPnozz->Cursor.set = FB_CUR_SETCUR; 62 if (ioctl(pPnozz->psdp->fd, FBIOSCURSOR, &pPnozz->Cursor) == -1) 72 if (pPnozz->Cursor.enable == 1) { 73 pPnozz->Cursor [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtestconst.h | 34 #define XTestCurrentCursor ((Cursor)1)
|
| H A D | xtestproto.h | 34 #define Cursor CARD32 macro 71 Cursor cursor; 122 #undef Cursor
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | ScrollbarP.h | 62 Cursor upCursor; /* scroll up cursor */ 63 Cursor downCursor; /* scroll down cursor */ 64 Cursor leftCursor; /* scroll left cursor */ 65 Cursor rightCursor; /* scroll right cursor */ 66 Cursor verCursor; /* scroll vertical cursor */ 67 Cursor horCursor; /* scroll horizontal cursor */ 75 Cursor inactiveCursor; /* The normal cursor for scrollbar */
|
| H A D | PanedP.h | 132 Cursor cursor; /* Cursor for paned window */ 133 Cursor grip_cursor; /* inactive grip cursor */ 134 Cursor v_grip_cursor; /* inactive vert grip cursor */ 135 Cursor h_grip_cursor; /* inactive horiz grip cursor */ 136 Cursor adjust_this_cursor; /* active grip cursor: T */ 137 Cursor v_adjust_this_cursor; /* active vert grip cursor: T */ 138 Cursor h_adjust_this_cursor; /* active horiz grip cursor: T */ 141 Cursor adjust_upper_cursor; /* active grip cursor: U */ 142 Cursor adjust_lower_curso [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | sanitizedCocoa.h | 13 #define Cursor QD_Cursor macro 21 #undef Cursor
|
| H A D | sanitizedCarbon.h | 13 #define Cursor QD_Cursor macro 26 #undef Cursor
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FreeCurs.c | 35 Cursor cursor)
|
| H A D | ChActPGb.c | 36 Cursor curs,
|
| H A D | DefCursor.c | 36 Cursor cursor)
|
| H A D | Cr.h | 20 extern Cursor _XTryShapeBitmapCursor(
|
| H A D | Cursor.c | 34 Cursor XCreateFontCursor(
|
| H A D | CrCursor.c | 33 Cursor 43 Cursor XCreatePixmapCursor( 54 Cursor cid;
|
| H A D | CrGlCur.c | 90 typedef Cursor (*TryShapeBitmapCursorFunc) (Display *dpy, 98 typedef Cursor (*TryShapeCursorFunc) (Display *dpy, 129 static Cursor 172 Cursor 190 Cursor XCreateGlyphCursor( 199 Cursor cid;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | sanitizedCarbon.h | 13 #define Cursor QD_Cursor macro 26 #undef Cursor
|
| H A D | sanitizedCocoa.h | 13 #define Cursor QD_Cursor macro 22 #undef Cursor
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 140 Cursor TitleCursor; /* title bar cursor */ 141 Cursor FrameCursor; /* frame cursor */ 142 Cursor IconCursor; /* icon cursor */ 143 Cursor IconMgrCursor; /* icon manager cursor */ 144 Cursor ButtonCursor; /* title bar button cursor */ 145 Cursor MoveCursor; /* move cursor */ 146 Cursor ResizeCursor; /* resize cursor */ 147 Cursor WaitCursor; /* wait a while cursor */ 148 Cursor MenuCursor; /* menu cursor */ 149 Cursor SelectCurso [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Cursor.c | 29 Cursor 36 Cursor cid; 54 Cursor 60 Cursor cid;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_cursor.c | 21 Cursor cursor; 50 static Cursor blankCursor = None; 51 static Cursor fullCrosshairCusor = None; 57 static Cursor 60 Cursor cursor; 86 static Cursor 91 Cursor cursor; 121 Cursor xcursor = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | pbproxy.h | 46 #define Cursor X_Cursor macro 50 #undef Cursor
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | pbproxy.h | 38 #define Cursor X_Cursor macro 42 #undef Cursor
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | StrToCurs.c | 129 static Cursor cursor; /* static for cvt magic */ 150 done(&cursor, Cursor); 242 done(&cursor, Cursor); 249 done(&cursor, Cursor); 258 done(&cursor, Cursor); 274 done(&cursor, Cursor); 312 Cursor cursor; 336 cursor = *((Cursor *) ret_val.addr); 340 new_done(Cursor, cursor); 347 new_done(Cursor, curso [all...] |