/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_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_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_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
|
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_1Text.c | 114 offset(simple.cursor), XtRString, "xterm"}, 619 * Procedure to manage insert cursor visibility for editable text. It uses 621 * position is immediately preceded by an eol graphic, then the insert cursor 921 * One valid endty is needed at the end of the table so that the cursor 1975 * Description: Redraws the display with the cursor in insert point 2223 XRectangle expose, cursor; local 2240 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor); 2241 if (RectanglesOverlap(&cursor, &expose)) { 2242 SinkClearToBG(ctx->text.sink, (Position) cursor.x, (Position) cursor [all...] |
/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 | 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 | 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 | 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 | 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
|
H A D | Text.c | 142 offset(simple.cursor), XtRString, "xterm"}, 659 * Procedure to manage insert cursor visibility for editable text. It uses 661 * position is immediately preceded by an eol graphic, then the insert cursor 1013 * One valid entry is needed at the end of the table so that the cursor 2366 * Description: Redraws the display with the cursor in insert point 2623 XRectangle expose, cursor; local 2652 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor); 2653 if (RectanglesOverlap(&cursor, &expose)) { 2654 SinkClearToBG(ctx->text.sink, (Position) cursor.x, (Position) cursor [all...] |
/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...] |
H A D | intel_display.c | 3548 * cursor plane briefly if not already running after enabling the display 3671 /* The fixup needs to happen before cursor is enabled */ 4892 /* Ensure that the cursor is valid for the new mode before changing... */ 5744 /* Ensure that the cursor is valid for the new mode before changing... */ 5960 /* Ensure that the cursor is valid for the new mode before changing... */ 6414 * the cursor is disabled. 6483 /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */ 6554 /* if we want to turn off the cursor ignore width and height */ 6556 DRM_DEBUG_KMS("cursor off\n"); 6579 /* we only need to pin inside GTT if cursor i 10111 } cursor[I915_MAX_PIPES]; member in struct:intel_display_error_state [all...] |