/solaris-x11-s11/open-src/font/cursor-misc/ |
H A D | Makefile | 27 MODULE_NAME=font-cursor-misc 41 MODULE_DESC = the X.Org cursor bitmap font
|
/solaris-x11-s11/open-src/data/xcursor-themes/ |
H A D | Makefile | 3 # xcursor-themes: X.Org default X11 cursor themes 31 MODULE_DESC = cursor themes from X.Org
|
/solaris-x11-s11/open-src/font/dec-misc/ |
H A D | Makefile | 41 MODULE_DESC = DEC bitmap fonts containing mouse cursor pointer glyphs
|
/solaris-x11-s11/open-src/font/sun-misc/ |
H A D | Makefile | 41 MODULE_DESC = OpenLook bitmap fonts containing icon & mouse cursor pointer glyphs
|
/solaris-x11-s11/open-src/font/xfree86-type1/ |
H A D | Makefile | 47 MODULE_DESC = PostScript Type1 font containing mouse cursor pointer glyphs
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SimpleP.h | 49 Cursor cursor; member in struct:__anon318
|
H A D | Xaw3_1Simple.c | 40 offset(cursor), XtRImmediate, (caddr_t) None}, 136 if ((attributes->cursor = ((SimpleWidget)w)->simple.cursor) != None) 159 if ( (s_old->simple.cursor != s_new->simple.cursor) && XtIsRealized(new)) 160 XDefineCursor(XtDisplay(new), XtWindow(new), s_new->simple.cursor);
|
H A D | Xaw3_1Paned.c | 113 offset(cursor), XtRImmediate, None}, 883 Cursor cursor; local 893 * Change the cursor. 899 cursor = pw->paned.adjust_upper_cursor; 901 cursor = pw->paned.adjust_lower_cursor; 904 cursor = pw->paned.v_adjust_this_cursor; 906 cursor = pw->paned.adjust_this_cursor; 911 cursor = pw->paned.adjust_left_cursor; 913 cursor = pw->paned.adjust_right_cursor; 916 cursor 922 XDefineCursor(XtDisplay(grip), XtWindow(grip), cursor); local 1029 Cursor cursor; local 1065 XDefineCursor(XtDisplay(grip), XtWindow(grip), cursor); local 1163 Cursor cursor; local 1281 Cursor cursor; local [all...] |
H A D | Xaw3_1PanedP.h | 124 Cursor cursor; /* Cursor for paned window */ member in struct:__anon313 125 Cursor grip_cursor; /* inactive grip cursor */ 126 Cursor v_grip_cursor; /* inactive vert grip cursor */ 127 Cursor h_grip_cursor; /* inactive horiz grip cursor */ 128 Cursor adjust_this_cursor; /* active grip cursor: T */ 129 Cursor v_adjust_this_cursor; /* active vert grip cursor: T */ 130 Cursor h_adjust_this_cursor; /* active horiz grip cursor: T */ 133 Cursor adjust_upper_cursor; /* active grip cursor: U */ 134 Cursor adjust_lower_cursor; /* active grip cursor: D */ 137 Cursor adjust_left_cursor; /* active grip cursor [all...] |
H A D | Xaw3_1SimpleMenP.h | 75 Cursor cursor; /* The menu's cursor. */ member in struct:_SimpleMenuPart 76 SmeObject popup_entry; /* The entry to position the cursor on for
|
H A D | Xaw3_1SimpleMenu.c | 82 offset(cursor), XtRImmediate, (caddr_t) None}, 277 * Add a popup_callback routine for changing the cursor. 346 attrs->cursor = smw->simple_menu.cursor; 412 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor) 414 XtWindow(new), smw_new->simple_menu.cursor); 1074 * Description: Changes the cursor on the active grab to the one 1096 smw->simple_menu.cursor, CurrentTime);
|
H A D | Xaw3_1Scrollbar.c | 389 attributes->cursor = w->scrollbar.inactiveCursor; 487 Cursor cursor; local 498 case 'b': cursor = (w->scrollbar.orientation == XtorientVertical) 503 case 'f': cursor = (w->scrollbar.orientation == XtorientVertical) 508 case 'c': cursor = (w->scrollbar.orientation == XtorientVertical) 515 XDefineCursor(XtDisplay(w), XtWindow(w), cursor); local
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SimpleP.h | 72 Cursor cursor; member in struct:__anon386 74 String cursor_name; /* cursor specified by name. */
|
H A D | Simple.c | 62 offset(cursor), XtRImmediate, (XtPointer) None}, 194 if ((attributes->cursor = ((SimpleWidget)w)->simple.cursor) != None) 205 * Description: Converts a name to a new cursor. 216 Cursor cursor; local 225 to.addr = (XPointer) &cursor; 228 if ( cursor != None) 229 simple->simple.cursor = cursor; 257 if (s_old->simple.cursor ! [all...] |
H A D | SimpleMenP.h | 73 Cursor cursor; /* The menu's cursor. */ member in struct:_SimpleMenuPart 74 SmeObject popup_entry; /* The entry to position the cursor on for
|
H A D | Paned.c | 137 offset(cursor), XtRImmediate, None}, 910 Cursor cursor; local 920 * Change the cursor. 926 cursor = pw->paned.adjust_upper_cursor; 928 cursor = pw->paned.adjust_lower_cursor; 931 cursor = pw->paned.v_adjust_this_cursor; 933 cursor = pw->paned.adjust_this_cursor; 938 cursor = pw->paned.adjust_left_cursor; 940 cursor = pw->paned.adjust_right_cursor; 943 cursor 949 XDefineCursor(XtDisplay(grip), XtWindow(grip), cursor); local 1057 Cursor cursor; local 1093 XDefineCursor(XtDisplay(grip), XtWindow(grip), cursor); local 1191 Cursor cursor; local 1309 Cursor cursor; local [all...] |
H A D | PanedP.h | 147 Cursor cursor; /* Cursor for paned window */ member in struct:__anon373 148 Cursor grip_cursor; /* inactive grip cursor */ 149 Cursor v_grip_cursor; /* inactive vert grip cursor */ 150 Cursor h_grip_cursor; /* inactive horiz grip cursor */ 151 Cursor adjust_this_cursor; /* active grip cursor: T */ 152 Cursor v_adjust_this_cursor; /* active vert grip cursor: T */ 153 Cursor h_adjust_this_cursor; /* active horiz grip cursor: T */ 156 Cursor adjust_upper_cursor; /* active grip cursor: U */ 157 Cursor adjust_lower_cursor; /* active grip cursor: D */ 160 Cursor adjust_left_cursor; /* active grip cursor [all...] |
H A D | SimpleMenu.c | 84 offset(cursor), XtRImmediate, (XtPointer) None}, 288 * Add a popup_callback routine for changing the cursor. 357 attrs->cursor = smw->simple_menu.cursor; 425 if (smw_old->simple_menu.cursor != smw_new->simple_menu.cursor) 427 XtWindow(new), smw_new->simple_menu.cursor); 1110 * Description: Changes the cursor on the active grab to the one 1132 smw->simple_menu.cursor,
|
H A D | Scrollbar.c | 515 Cursor cursor; local 526 case 'b': cursor = (w->scrollbar.orientation == XtorientVertical) 531 case 'f': cursor = (w->scrollbar.orientation == XtorientVertical) 536 case 'c': cursor = (w->scrollbar.orientation == XtorientVertical) 543 XtVaSetValues(gw, XtNcursor, cursor, NULL);
|
H A D | TextAction.c | 127 XRectangle cursor; local 128 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor); 129 ctx->text.ev_x = cursor.x + cursor.width / 2;; 130 ctx->text.ev_y = cursor.y + cursor.height / 2;; 1749 * argument is true, the cursor will be displayed. If false, not. 1752 * have a second argument, "always". If they do not, the cursor
|
/solaris-x11-s11/open-src/font/ |
H A D | Makefile | 56 cursor-misc \
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_pm.c | 1124 /* cursor SR */ 1142 /* cursor HPLL off SR */ 1166 const struct intel_watermark_params *cursor, 1178 *cursor_wm = cursor->guard_size; 1198 /* Use the large buffer method to calculate cursor watermark */ 1202 tlb_miss = cursor->fifo_size*cursor->cacheline_size - hdisplay * 8; 1205 entries = DIV_ROUND_UP(entries, cursor->cacheline_size); 1206 *cursor_wm = entries + cursor->guard_size; 1207 if (*cursor_wm > (int)cursor 1162 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument 1220 g4x_check_srwm(struct drm_device *dev, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1248 g4x_compute_srwm(struct drm_device *dev, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *display_wm, int *cursor_wm) argument 1696 ironlake_check_srwm(struct drm_device *dev, int level, int fbc_wm, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1743 ironlake_compute_srwm(struct drm_device *dev, int level, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *fbc_wm, int *display_wm, int *cursor_wm) argument [all...] |
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 128 * Removed cursor to avoid phosphor burn. 187 static Cursor mycursor; /* blank cursor */ 188 static Cursor passwdcursor; /* cursor used in getPassword */ 190 static Pixmap lockm; /* pixmaps for cursor and mask */ 191 static char no_bits[] = {0}; /* dummy array for the blank cursor */ 309 * just grab it again with a new cursor shape and ignore the return code. 312 XChangeGrabbedCursor(cursor) 313 Cursor cursor; 317 GrabModeAsync, GrabModeAsync, None, cursor, CurrentTime);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | libvtsSUNWast.c | 289 xswa.cursor = ast_xw.xw_cursor;
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | libvtsSUNWefb.c | 289 xswa.cursor = efb_xw.xw_cursor;
|