| /xsrc/external/mit/ctwm/dist/ |
| functions_captive.c | 10 #include "cursor.h" 32 Cursor cursor; local 42 cursor = MakeStringCursor(cctwm.name); 49 GrabModeAsync, GrabModeAsync, root, cursor, CurrentTime); 80 XFreeCursor(dpy, cursor); 81 cursor = MakeStringCursor(cctwm.name); 87 cursor, CurrentTime); 97 XFreeCursor(dpy, cursor);
|
| cursor.c | 8 * $XConsortium: cursor.c,v 1.10 89/12/14 14:52:23 jim Exp $ 10 * cursor creation code 29 #include "cursor.h" 35 Cursor cursor; member in struct:_CursorName 117 void NewFontCursor(Cursor *cp, const char *str) 129 if(cursor_names[i].cursor == None) { 130 cursor_names[i].cursor = XCreateFontCursor(dpy, 133 *cp = cursor_names[i].cursor; 137 fprintf(stderr, "%s: unable to find font cursor \"%s\"\n" 186 Cursor cursor; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxcursor.h | 37 * Interface for cursor support. \see dmxcursor.c. */ 44 /** Cursor private area. */ 46 Cursor cursor; member in struct:_dmxCursorPriv 49 /** Cursor functions for mi layer. \see dmxcursor.c \see dmxscrinit.c */
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| XNCursor.h | 30 Cursor cursor; member in struct:__anon10110 40 (xnestGetCursorPriv(pCursor, pScreen)->cursor)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| XNCursor.h | 29 Cursor cursor; member in struct:__anon10710 39 (xnestGetCursorPriv(pCursor, pScreen)->cursor)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| ir3_nir_move_varying_inputs.c | 45 struct nir_instr *cursor; member in struct:__anon3497 71 if (state->cursor) { 72 exec_node_insert_after(&state->cursor->node, &instr->node); 77 state->cursor = instr; 103 state->cursor = NULL;
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| cursor.c | 33 int cursor; variable 40 cursor = 0; 41 glutSetCursor(cursor); 66 cursor++; 67 if (cursor > 19) { 68 cursor = 0; 70 glutSetCursor(cursor); 137 if (glutCreateWindow("Cursor Test") == GL_FALSE) {
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| exevents.h | 145 Cursor cursor; member in struct:_GrabParameters
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftstream.c | 41 stream->cursor = NULL; 202 *pbytes = (FT_Byte*)stream->cursor; 205 stream->cursor = NULL; 244 FT_ASSERT( stream && stream->cursor == 0 ); 287 stream->cursor = stream->base; 288 stream->limit = FT_OFFSET( stream->cursor, count ); 305 /* set cursor */ 306 stream->cursor = stream->base + stream->pos; 307 stream->limit = stream->cursor + count; 319 /* IMPORTANT: The assertion stream->cursor != 0 was removed, given * 727 FT_Byte* cursor; local [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_cursor.c | 43 struct qxl_bo *bo = qxl->bo_funcs->cmd_alloc (qxl, sizeof(struct QXLCursorCmd), "cursor command"); 91 struct qxl_bo *cursor_bo = qxl->bo_funcs->bo_alloc(qxl, sizeof(struct QXLCursor) + size, "cursor data"); 92 struct QXLCursor *cursor = qxl->bo_funcs->bo_map(cursor_bo); local 94 cursor->header.unique = 0; 95 cursor->header.type = SPICE_CURSOR_TYPE_ALPHA; 96 cursor->header.width = w; 97 cursor->header.height = h; 102 cursor->header.hot_spot_x = pCurs->bits->xhot; 103 cursor->header.hot_spot_y = pCurs->bits->yhot; 105 cursor->data_size = size 164 struct QXLCursorCmd *cursor = qxl->bo_funcs->bo_map(cmd_bo); local 187 xf86CursorInfoPtr cursor; local [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| exevents.h | 153 Cursor cursor; member in struct:_GrabParameters
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_cursor.c | 21 Cursor cursor; member in struct:_CursorTable 50 static Cursor blankCursor = None; 51 static Cursor fullCrosshairCusor = None; 55 cursor, becomes a full screen crosshair cursor. SGI 56 has special cursor generation hardware for this case. */ 57 static Cursor 60 Cursor cursor; local 91 Cursor cursor; local 120 int cursor = window->cursor; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_move_discards_to_top.c | 213 nir_cursor cursor = nir_before_block(nir_start_block(impl)); local 219 progress |= nir_instr_move(cursor, instr); 220 cursor = nir_after_instr(instr);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| SimpleP.h | 77 Cursor cursor; member in struct:__anon5751 79 String cursor_name; /* cursor specified by name */
|
| SimpleMenP.h | 68 Cursor cursor; /* The menu's cursor */ member in struct:_SimpleMenuPart 69 SmeObject popup_entry; /* The entry to position the cursor on for
|
| /xsrc/external/mit/twm/dist/src/ |
| cursor.c | 28 * cursor creation code 44 Cursor cursor; member in struct:_CursorName 128 NewFontCursor(Cursor *cp, const char *str) 135 if (cursor_names[i].cursor == None) 136 cursor_names[i].cursor = 138 *cp = cursor_names[i].cursor; 142 twmWarning("unable to find font cursor \"%s\"", str); 146 NewBitmapCursor(Cursor *cp, char *source, char *mask) 167 twmWarning("cursor bitmaps \"%s\" and \"%s\" not the same size\n" [all...] |
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx.h | 52 struct wsdisplay_cursor cursor; member in struct:__anon9051
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| wsfb.h | 86 struct wsdisplay_cursor cursor; member in struct:__anon9664
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_array.c | 208 GLubyte *cursor = data; local 219 memcpy(cursor, attrib->Ptr, size); 221 memset(cursor + size, 0, alignment - size); 223 init_velement(velements->velems, &attrib->Format, cursor - data, 227 cursor += alignment; 245 0, cursor - data, max_alignment, data,
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_debug_stack.c | 58 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) 72 ret = unw_get_proc_name(cursor, procname, sizeof(procname), &off); 92 unw_cursor_t cursor; local 100 unw_init_local(&cursor, &context); 102 while ((start_frame > 0) && (unw_step(&cursor) > 0)) 105 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { 108 unw_get_reg(&cursor, UNW_REG_IP, &ip); 109 unw_get_proc_info(&cursor, &pip); 113 backtrace[i].procname = symbol_name_cached(&cursor, &pip);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_debug_stack.c | 72 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) 87 ret = unw_get_proc_name(cursor, procname, sizeof(procname), &off); 107 unw_cursor_t cursor; local 115 unw_init_local(&cursor, &context); 117 while ((start_frame > 0) && (unw_step(&cursor) > 0)) 120 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { 123 unw_get_reg(&cursor, UNW_REG_IP, &ip); 124 unw_get_proc_info(&cursor, &pip); 128 backtrace[i].procname = symbol_name_cached(&cursor, &pip);
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftsystem.h | 317 * cursor :: 339 unsigned char* cursor; member in struct:FT_StreamRec_
|
| /xsrc/external/mit/freetype/dist/src/lzw/ |
| ftlzw.c | 74 FT_Byte* cursor; member in struct:FT_LZWFileRec_ 116 zip->cursor = zip->limit; 156 zip->cursor = zip->limit; 172 zip->cursor = zip->buffer; 176 zip->limit = zip->cursor + count; 195 FT_ULong delta = (FT_ULong)( zip->limit - zip->cursor ); 201 zip->cursor += delta; 248 if ( ( zip->pos - pos ) <= (FT_ULong)( zip->cursor - zip->buffer ) ) 250 zip->cursor -= zip->pos - pos; 278 delta = (FT_ULong)( zip->limit - zip->cursor ); [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| Simple.c | 99 sizeof(Cursor), 100 offset(cursor), 339 if ((attributes->cursor = ((SimpleWidget)w)->simple.cursor) != None) 369 * Converts a name to a new cursor. 376 Cursor cursor = None; local 384 to.size = sizeof(Cursor); 385 to.addr = (XPointer)&cursor; 388 simple->simple.cursor = cursor [all...] |
| /xsrc/external/mit/libXcursor/dist/src/ |
| xlib.c | 36 Atom cursor; local 61 cursor = XInternAtom (dpy, "cursor", False); 65 ret = (fs->properties[n].card32 == cursor); 83 Cursor 92 Cursor cursor = None; local 114 cursor = XcursorImagesLoadCursor (dpy, images); 118 returnLong(cursor); 365 * assume it's not going to be a cursor 424 Cursor cursor; local [all...] |